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 chris.jerdonek, dk, meador.inge, ned.deily
Date 2012-09-30.07:20:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348989640.97.0.385735786342.issue16092@psf.upfronthosting.co.za>
In-reply-to
Content
As far as I know, this is currently only an issue if you use the llvm-gcc-4.2 compiler on OS X to do a debug mode build.  That compiler is no longer maintained by Apple and is known to miscompile Python 3.3 builds.  There are checks in configure.ac for 3.3 to avoid using it.  With Xcode 4, use clang instead (./configure ... CC=clang); for Xcode 3, use the standard gcc-4.2 (CC=gcc-4.2).
History
Date User Action Args
2012-09-30 07:20:41ned.deilysetrecipients: + ned.deily, meador.inge, chris.jerdonek, dk
2012-09-30 07:20:40ned.deilysetmessageid: <1348989640.97.0.385735786342.issue16092@psf.upfronthosting.co.za>
2012-09-30 07:20:40ned.deilylinkissue16092 messages
2012-09-30 07:20:40ned.deilycreate