• Ned Deily's avatar
    Issue #13590: OS X Xcode 4 - improve support for universal extension modules · fc20d77b
    Ned Deily yazdı
        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.
    fc20d77b
Adı
Son kayıt (commit)
Son güncelleme
..
command Loading commit data...
tests Loading commit data...
README Loading commit data...
__init__.py Loading commit data...
archive_util.py Loading commit data...
bcppcompiler.py Loading commit data...
ccompiler.py Loading commit data...
cmd.py Loading commit data...
config.py Loading commit data...
core.py Loading commit data...
cygwinccompiler.py Loading commit data...
debug.py Loading commit data...
dep_util.py Loading commit data...
dir_util.py Loading commit data...
dist.py Loading commit data...
emxccompiler.py Loading commit data...
errors.py Loading commit data...
extension.py Loading commit data...
fancy_getopt.py Loading commit data...
file_util.py Loading commit data...
filelist.py Loading commit data...
log.py Loading commit data...
msvc9compiler.py Loading commit data...
msvccompiler.py Loading commit data...
spawn.py Loading commit data...
sysconfig.py Loading commit data...
text_file.py Loading commit data...
unixccompiler.py Loading commit data...
util.py Loading commit data...
version.py Loading commit data...
versionpredicate.py Loading commit data...