Staging
v0.5.1
https://github.com/python/cpython
Revision 0d0ea48709186b1ee7505d98816fc75e2cf14df9 authored by Ned Deily on 10 February 2012, 11:59:06 UTC, committed by Ned Deily on 10 February 2012, 11:59:06 UTC
Distutils-based packages with C extension modules may fail because
Apple has removed gcc-4.2, the version used to build python.org
64-bit/32-bit Pythons.  If the user does not explicitly override
the default C compiler by setting the CC environment variable,
Distutils will now attempt to compile extension modules with clang
if gcc-4.2 is required but not found. Also as a convenience, if
the user does explicitly set CC, substitute its value as the default
compiler in the Distutils LDSHARED configuration variable for OS X.
(Note, the python.org 32-bit-only Pythons use gcc-4.0 and the 10.4u
SDK, neither of which are available in Xcode 4.  This change does not
attempt to override settings to support their use with Xcode 4.)
1 parent 4ad7f7f
History
Tip revision: 0d0ea48709186b1ee7505d98816fc75e2cf14df9 authored by Ned Deily on 10 February 2012, 11:59:06 UTC
Issue #13590: On OS X 10.7 and 10.6 with Xcode 4.2, building
Tip revision: 0d0ea48
File Mode Size
RPM
TextMate
Vim
ACKS -rw-r--r-- 13.6 KB
BeOS-NOTES -rw-r--r-- 1.4 KB
BeOS-setup.py -rw-r--r-- 23.1 KB
HISTORY -rw-r--r-- 669.3 KB
NEWS -rw-r--r-- 292.6 KB
Porting -rw-r--r-- 1.9 KB
README -rw-r--r-- 2.4 KB
README.AIX -rw-r--r-- 5.0 KB
README.Emacs -rw-r--r-- 1.0 KB
README.OpenBSD -rw-r--r-- 1.5 KB
README.coverity -rw-r--r-- 845 bytes
README.klocwork -rw-r--r-- 1.2 KB
README.valgrind -rw-r--r-- 4.3 KB
RFD -rw-r--r-- 3.9 KB
SpecialBuilds.txt -rw-r--r-- 10.7 KB
cheatsheet -rw-r--r-- 103.6 KB
developers.txt -rw-r--r-- 12.0 KB
gdbinit -rw-r--r-- 4.7 KB
indent.pro -rw-r--r-- 557 bytes
maintainers.rst -rw-r--r-- 8.0 KB
pymemcompat.h -rw-r--r-- 3.1 KB
python-config.in -rw-r--r-- 1.6 KB
python-wing3.wpr -rw-r--r-- 537 bytes
python-wing4.wpr -rw-r--r-- 698 bytes
python.man -rw-r--r-- 13.0 KB
python.pc.in -rw-r--r-- 253 bytes
setuid-prog.c -rw-r--r-- 5.6 KB
valgrind-python.supp -rw-r--r-- 6.7 KB
vgrindefs -rw-r--r-- 505 bytes

README

back to top