Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 2e0760bb2edb595050aff82f236cd32b44d3dfb3 authored by Irit Katriel on 04 December 2020, 21:22:03 UTC
bpo-17735: inspect.findsource now raises OSError when co_lineno is out of range (GH-23633)
Tip revision: 2e0760b
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