Staging
v0.5.1
https://github.com/python/cpython
Revision 46408606d80347108a6550805d29402d2771bda3 authored by Victor Stinner on 03 September 2010, 16:18:00 UTC, committed by Victor Stinner on 03 September 2010, 16:18:00 UTC
1 parent 8b358e5
Raw File
Tip revision: 46408606d80347108a6550805d29402d2771bda3 authored by Victor Stinner on 03 September 2010, 16:18:00 UTC
Rename PyUnicode_strdup() to PyUnicode_AsUnicodeCopy()
Tip revision: 4640860
python.pc.in
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@
Cflags: -I${includedir}/python@VERSION@ 

back to top