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 hynek
Recipients Thomas.Robitaille, hynek
Date 2012-05-28.11:39:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338205193.2.0.425120442346.issue14932@psf.upfronthosting.co.za>
In-reply-to
Content
Hello Thomas,

I presume your gcc is Apple's llvm-gcc (gcc --version output starts with "i686-apple-darwin11-llvm-gcc-4.2"), which is unfortunately a known to miscompile Python 3.3.

If you want to compile the latest Python 3.3 on OS X, use clang ("CC=clang ./configure" or "./configure CC=clang") which is also part of Apple's dev tools and works fine.
History
Date User Action Args
2012-05-28 11:39:53hyneksetrecipients: + hynek, Thomas.Robitaille
2012-05-28 11:39:53hyneksetmessageid: <1338205193.2.0.425120442346.issue14932@psf.upfronthosting.co.za>
2012-05-28 11:39:52hyneklinkissue14932 messages
2012-05-28 11:39:52hynekcreate