Staging
v0.5.1
https://github.com/python/cpython
Revision fc20d77b408937723e9105f0d5a55d322a8d6853 authored by Ned Deily on 31 January 2013, 09:28:23 UTC, committed by Ned Deily on 31 January 2013, 09:28:23 UTC
    In particular, fix extension module build failures when trying to use
    32-bit-only installer Pythons on systems with Xcode 4 (currently
    OS X 10.8, 10.7, and optionally 10.6).
    * Backport 3.3.0 fixes to 3.2 branch (for release in 3.2.4)
    * Since Xcode 4 removes ppc support, extension module builds now
      check for ppc compiler support and by default remove ppc and
      ppc64 archs when they are not available.
    * Extension module builds now revert to using system installed
      headers and libs (/usr and /System/Library) if the SDK used
      to build the interpreter is not installed or has moved.
    * Try to avoid building extension modules with deprecated
      and problematic Apple llvm-gcc compiler.  If original compiler
      is not available, use clang instead by default.
1 parent 6debd76
History
Tip revision: fc20d77b408937723e9105f0d5a55d322a8d6853 authored by Ned Deily on 31 January 2013, 09:28:23 UTC
Issue #13590: OS X Xcode 4 - improve support for universal extension modules
Tip revision: fc20d77
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-- 861 bytes
.hgeol -rw-r--r-- 650 bytes
.hgignore -rw-r--r-- 909 bytes
.hgtags -rw-r--r-- 4.8 KB
LICENSE -rw-r--r-- 14.5 KB
Makefile.pre.in -rw-r--r-- 43.4 KB
README -rw-r--r-- 6.5 KB
configure -rwxr-xr-x 402.4 KB
configure.ac -rw-r--r-- 124.8 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 34.4 KB
setup.py -rw-r--r-- 81.7 KB

README

back to top