Staging
v0.8.1
https://github.com/python/cpython
Revision 0b13f58497d3a36d062c3b3b827abb05db5afbc1 authored by Mariatta on 16 June 2017, 01:49:54 UTC, committed by GitHub on 16 June 2017, 01:49:54 UTC
`PyModule_New()` now refers to `PyModule_NewObject()`
(cherry picked from commit 2d0afef82a07afdb666f2ca0c533aac5d39155cd)
1 parent 3dc573c
Raw File
Tip revision: 0b13f58497d3a36d062c3b3b827abb05db5afbc1 authored by Mariatta on 16 June 2017, 01:49:54 UTC
bpo-30656: Fix Python C API Module Objects documentation (GH-2170) (GH-2231)
Tip revision: 0b13f58
python.pc.in
# See: man pkg-config
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

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