Staging
v0.5.1
https://github.com/python/cpython
Revision 0d2cceb01ca2d285aafcf92ad6a9dfcc61f4d722 authored by Ronald Oussoren on 08 June 2009, 21:04:41 UTC, committed by Ronald Oussoren on 08 June 2009, 21:04:41 UTC
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r73303 | ronald.oussoren | 2009-06-08 13:54:59 -0700 (Mon, 08 Jun 2009) | 11 lines

  This checkin adds a symlink to the lib directory of a framework install
  of Python (on OSX), and the end result of that is that the combination of
  ``python-config --ldflags`` and ``python-config --libs`` refers to an actually
  existing location.

  I've done this in preference to changing python-config to specify
  '-framework Python' for linking because that doesn't work when you have multiple
  versions of python installed (because '-framework Python' will always link to
  the 'Current' version of the framework, without a possibility to specify a
  specific version).
........
1 parent 10e0e30
History
Tip revision: 0d2cceb01ca2d285aafcf92ad6a9dfcc61f4d722 authored by Ronald Oussoren on 08 June 2009, 21:04:41 UTC
Merged revisions 73303 via svnmerge from
Tip revision: 0d2cceb
File Mode Size
stringlib
abstract.c -rw-r--r-- 58.6 KB
boolobject.c -rw-r--r-- 4.3 KB
bytearrayobject.c -rw-r--r-- 95.4 KB
bytes_methods.c -rw-r--r-- 9.8 KB
bytesobject.c -rw-r--r-- 83.8 KB
capsule.c -rw-r--r-- 6.9 KB
cellobject.c -rw-r--r-- 3.6 KB
classobject.c -rw-r--r-- 14.5 KB
cobject.c -rw-r--r-- 4.1 KB
codeobject.c -rw-r--r-- 17.5 KB
complexobject.c -rw-r--r-- 25.3 KB
descrobject.c -rw-r--r-- 33.7 KB
dictnotes.txt -rw-r--r-- 11.9 KB
dictobject.c -rw-r--r-- 73.7 KB
enumobject.c -rw-r--r-- 10.2 KB
exceptions.c -rw-r--r-- 54.7 KB
fileobject.c -rw-r--r-- 11.8 KB
floatobject.c -rw-r--r-- 55.4 KB
frameobject.c -rw-r--r-- 26.3 KB
funcobject.c -rw-r--r-- 23.7 KB
genobject.c -rw-r--r-- 10.0 KB
iterobject.c -rw-r--r-- 5.2 KB
listobject.c -rw-r--r-- 66.9 KB
listsort.txt -rw-r--r-- 31.0 KB
longobject.c -rw-r--r-- 108.5 KB
memoryobject.c -rw-r--r-- 23.5 KB
methodobject.c -rw-r--r-- 6.9 KB
moduleobject.c -rw-r--r-- 9.9 KB
object.c -rw-r--r-- 44.6 KB
obmalloc.c -rw-r--r-- 57.4 KB
rangeobject.c -rw-r--r-- 19.1 KB
setobject.c -rw-r--r-- 57.4 KB
sliceobject.c -rw-r--r-- 8.7 KB
structseq.c -rw-r--r-- 12.5 KB
tupleobject.c -rw-r--r-- 23.5 KB
typeobject.c -rw-r--r-- 163.3 KB
unicodectype.c -rw-r--r-- 17.2 KB
unicodeobject.c -rw-r--r-- 296.8 KB
unicodetype_db.h -rw-r--r-- 103.3 KB
weakrefobject.c -rw-r--r-- 28.5 KB

back to top