Message201199
"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. |
|
Date |
User |
Action |
Args |
2013-10-25 01:37:40 | ned.deily | set | recipients:
+ ned.deily, skip.montanaro, rhettinger, ronaldoussoren, r.david.murray, python-dev, abarnert |
2013-10-25 01:37:40 | ned.deily | set | messageid: <1382665060.42.0.984082554297.issue19019@psf.upfronthosting.co.za> |
2013-10-25 01:37:40 | ned.deily | link | issue19019 messages |
2013-10-25 01:37:39 | ned.deily | create | |
|