Staging
v0.5.1
https://github.com/python/cpython
Revision a4b538df75dac470442c8bd8b2854d462bd75cc4 authored by Terry Jan Reedy on 03 June 2014, 00:42:48 UTC, committed by Terry Jan Reedy on 03 June 2014, 00:42:48 UTC
1 parent 9ce635f
Raw File
Tip revision: a4b538df75dac470442c8bd8b2854d462bd75cc4 authored by Terry Jan Reedy on 03 June 2014, 00:42:48 UTC
Issue 21533: Dicts take iterables, not iterators. Patch by Wolfgang Maier.
Tip revision: a4b538d
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