Staging
v0.5.0
https://github.com/python/cpython
Revision 9937748f0c5590f8d14a68b7aab5eac26e974be8 authored by Ned Deily on 10 February 2012, 12:01:08 UTC, committed by Ned Deily on 10 February 2012, 12:01:08 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 fa3702d
History
Tip revision: 9937748f0c5590f8d14a68b7aab5eac26e974be8 authored by Ned Deily on 10 February 2012, 12:01:08 UTC
Issue #13590: On OS X 10.7 and 10.6 with Xcode 4.2, building
Tip revision: 9937748
File Mode Size
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.bzrignore -rw-r--r-- 602 bytes
.gitignore -rw-r--r-- 629 bytes
.hgeol -rw-r--r-- 650 bytes
.hgignore -rw-r--r-- 909 bytes
.hgtags -rw-r--r-- 4.5 KB
LICENSE -rw-r--r-- 14.4 KB
Makefile.pre.in -rw-r--r-- 42.6 KB
README -rw-r--r-- 6.5 KB
configure -rwxr-xr-x 399.1 KB
configure.in -rw-r--r-- 123.3 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 34.1 KB
setup.py -rw-r--r-- 80.3 KB

README

back to top