[issue19019] Investigate using Apple clang for building OS X installers

Andrew Barnert report at bugs.python.org
Fri Oct 25 02:05:40 CEST 2013


Andrew Barnert added the comment:

Now that Xcode 5 is out, and does not have anything named "gcc-4.2" (it _does_ still have something called "gcc", which is now a wrapper around clang instead of a wrapper around llvm-gcc-4.2), this seems a lot more critical, because (as far as I can tell) nobody with Xcode 5 can build C extensions for python.org Python installations.

And that also implies that any changes need to be backported to 2.7 and 3.3, unless the plan is that only Python 3.4+ should work with Xcode 5.

----------
nosy: +abarnert

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19019>
_______________________________________


More information about the Python-bugs-list mailing list