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 Oleg.Plakhotnyuk, ezio.melotti, ned.deily, vstinner
Date 2011-10-21.21:33:22
SpamBayes Score 2.4072335e-06
Marked as misclassified No
Message-id <1319232802.89.0.611180235034.issue13241@psf.upfronthosting.co.za>
In-reply-to
Content
I believe this was a bug specific to the llvm-gcc compiler shipped with Xcode 4.1 and possibly Xcode 4.0.  I do not have Xcode 4 on OS X 10.6 but haypo's test does fail with the llvm-gcc 4.2.1 that comes with Xcode 4.1 on 10.7.  Can you confirm exactly which compiler you are using, i.e. the complete --version output from the compiler used in your python build?  If you have not installed Xcode 4.2, one solution is to use CC=gcc-4.2 which uses the plain gcc-4.2, not llvm-gcc-4.2.  For 10.6, I recommend sticking with Xcode 3 if at all possible for the time being.
History
Date User Action Args
2011-10-21 21:33:22ned.deilysetrecipients: + ned.deily, vstinner, ezio.melotti, Oleg.Plakhotnyuk
2011-10-21 21:33:22ned.deilysetmessageid: <1319232802.89.0.611180235034.issue13241@psf.upfronthosting.co.za>
2011-10-21 21:33:22ned.deilylinkissue13241 messages
2011-10-21 21:33:22ned.deilycreate