Staging
v0.5.1
https://github.com/python/cpython
Revision da3d2abe6be9fcf18cac12ec5d7d9f1180d94b5e authored by Senthil Kumaran on 05 December 2020, 13:26:24 UTC, committed by GitHub on 05 December 2020, 13:26:24 UTC
1 parent 556d97f
Raw File
Tip revision: da3d2abe6be9fcf18cac12ec5d7d9f1180d94b5e authored by Senthil Kumaran on 05 December 2020, 13:26:24 UTC
GH-5054: CGIHTTPRequestHandler.run_cgi() HTTP_ACCEPT improperly parsed (#23638)
Tip revision: da3d2ab
python.pc.in
# See: man pkg-config
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: Python
Description: Build a C extension for Python
Requires:
Version: @VERSION@
Libs.private: @LIBS@
Libs:
Cflags: -I${includedir}/python@VERSION@@ABIFLAGS@
back to top