• Ned Deily's avatar
    Issue #13590: OS X Xcode 4 - improve support for universal extension modules · 18fae3f9
    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 2.7 branch (for release in 2.7.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.
    18fae3f9
Adı
Son kayıt (commit)
Son güncelleme
..
Setup.sample Loading commit data...
__init__.py Loading commit data...
setuptools_build_ext.py Loading commit data...
setuptools_extension.py Loading commit data...
support.py Loading commit data...
test_archive_util.py Loading commit data...
test_bdist.py Loading commit data...
test_bdist_dumb.py Loading commit data...
test_bdist_msi.py Loading commit data...
test_bdist_rpm.py Loading commit data...
test_bdist_wininst.py Loading commit data...
test_build.py Loading commit data...
test_build_clib.py Loading commit data...
test_build_ext.py Loading commit data...
test_build_py.py Loading commit data...
test_build_scripts.py Loading commit data...
test_ccompiler.py Loading commit data...
test_check.py Loading commit data...
test_clean.py Loading commit data...
test_cmd.py Loading commit data...
test_config.py Loading commit data...
test_config_cmd.py Loading commit data...
test_core.py Loading commit data...
test_dep_util.py Loading commit data...
test_dir_util.py Loading commit data...
test_dist.py Loading commit data...
test_file_util.py Loading commit data...
test_filelist.py Loading commit data...
test_install.py Loading commit data...
test_install_data.py Loading commit data...
test_install_headers.py Loading commit data...
test_install_lib.py Loading commit data...
test_install_scripts.py Loading commit data...
test_msvc9compiler.py Loading commit data...
test_register.py Loading commit data...
test_sdist.py Loading commit data...
test_spawn.py Loading commit data...
test_sysconfig.py Loading commit data...
test_text_file.py Loading commit data...
test_unixccompiler.py Loading commit data...
test_upload.py Loading commit data...
test_util.py Loading commit data...
test_version.py Loading commit data...
test_versionpredicate.py Loading commit data...