mirror of
https://github.com/python/cpython.git
synced 2026-01-25 00:28:56 +00:00
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.
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| Setup.sample | ||
| setuptools_build_ext.py | ||
| setuptools_extension.py | ||
| support.py | ||
| test_archive_util.py | ||
| test_bdist.py | ||
| test_bdist_dumb.py | ||
| test_bdist_msi.py | ||
| test_bdist_rpm.py | ||
| test_bdist_wininst.py | ||
| test_build.py | ||
| test_build_clib.py | ||
| test_build_ext.py | ||
| test_build_py.py | ||
| test_build_scripts.py | ||
| test_ccompiler.py | ||
| test_check.py | ||
| test_clean.py | ||
| test_cmd.py | ||
| test_config.py | ||
| test_config_cmd.py | ||
| test_core.py | ||
| test_dep_util.py | ||
| test_dir_util.py | ||
| test_dist.py | ||
| test_file_util.py | ||
| test_filelist.py | ||
| test_install.py | ||
| test_install_data.py | ||
| test_install_headers.py | ||
| test_install_lib.py | ||
| test_install_scripts.py | ||
| test_msvc9compiler.py | ||
| test_register.py | ||
| test_sdist.py | ||
| test_spawn.py | ||
| test_sysconfig.py | ||
| test_text_file.py | ||
| test_unixccompiler.py | ||
| test_upload.py | ||
| test_util.py | ||
| test_version.py | ||
| test_versionpredicate.py | ||