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 ronaldoussoren
Recipients Anthony.Kong, Anton.Korobeynikov, Julian, Nam.Nguyen, Oleg.Plakhotnyuk, Yury.Selivanov, barry, eric.araujo, ezio.melotti, gvanrossum, hynek, maker, michael.foord, ned.deily, ronaldoussoren, thomaspinckney3, trent, vstinner, xapple
Date 2012-09-05.15:19:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346858376.34.0.0878884089852.issue13241@psf.upfronthosting.co.za>
In-reply-to
Content
I've closed the issue as 'wont fix' because llvm-gcc will miscompile 3.3 due to bugs in that compiler. CPython won't work around that compiler bug (if that's even possible).

The workaround: use clang to compile (and on older OSX releases use a different version of GCC that doesn't use the LLVM backend).
History
Date User Action Args
2012-09-05 15:19:36ronaldoussorensetrecipients: + ronaldoussoren, gvanrossum, barry, vstinner, ned.deily, trent, ezio.melotti, thomaspinckney3, eric.araujo, michael.foord, maker, Yury.Selivanov, Julian, Anthony.Kong, hynek, Nam.Nguyen, Oleg.Plakhotnyuk, xapple, Anton.Korobeynikov
2012-09-05 15:19:36ronaldoussorensetmessageid: <1346858376.34.0.0878884089852.issue13241@psf.upfronthosting.co.za>
2012-09-05 15:19:35ronaldoussorenlinkissue13241 messages
2012-09-05 15:19:35ronaldoussorencreate