This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients abarnert, ned.deily, python-dev, r.david.murray, rhettinger, ronaldoussoren, skip.montanaro
Date 2013-10-25.01:37:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382665060.42.0.984082554297.issue19019@psf.upfronthosting.co.za>
In-reply-to
Content
"nobody with Xcode 5 can build C extensions for python.org Python installations"

Andrew, can you elaborate on what problems you or others are seeing?  Xcode 5 should not be an issue for users of the current python.org Pythons. When building extension modules, if the compiler Python was built with is not available Distutils in the current 2.7.x, 3.3.x, and 3.4.x release will substitute clang.  This assumes they have the Command Line Tools installed, either through Xcode or the standalone CLT package and assumes that the user is not overriding defaults by setting environment variables like CC and LDSHARED which Distutils will honor without attempting to modify them.  This should all be independent of what compiler Python was built with.
History
Date User Action Args
2013-10-25 01:37:40ned.deilysetrecipients: + ned.deily, skip.montanaro, rhettinger, ronaldoussoren, r.david.murray, python-dev, abarnert
2013-10-25 01:37:40ned.deilysetmessageid: <1382665060.42.0.984082554297.issue19019@psf.upfronthosting.co.za>
2013-10-25 01:37:40ned.deilylinkissue19019 messages
2013-10-25 01:37:39ned.deilycreate