Staging
v0.5.1
https://github.com/python/cpython
Revision ebf6bb9f5ef032d1646b418ebbb645ea0b217da6 authored by Victor Stinner on 17 March 2020, 17:36:44 UTC, committed by GitHub on 17 March 2020, 17:36:44 UTC
Reject valid IPv6 addresses which doesn't contain "::" but have
a length of 17 characters.
1 parent 5b1ef20
Raw File
Tip revision: ebf6bb9f5ef032d1646b418ebbb645ea0b217da6 authored by Victor Stinner on 17 March 2020, 17:36:44 UTC
bpo-39991: Enhance uuid parser for MAC address (GH-19045)
Tip revision: ebf6bb9
python-embed.pc.in
# See: man pkg-config
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: Python
Description: Embed Python into an application
Requires:
Version: @VERSION@
Libs.private: @LIBS@
Libs: -L${libdir} -lpython@VERSION@@ABIFLAGS@
Cflags: -I${includedir}/python@VERSION@@ABIFLAGS@
back to top