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 ezberch
Recipients ezberch, meador.inge, ned.deily, ronaldoussoren, vstinner
Date 2012-02-06.00:32:12
SpamBayes Score 0.0009685244
Marked as misclassified No
Message-id <1328488333.37.0.262833546971.issue13370@psf.upfronthosting.co.za>
In-reply-to
Content
The reason for this issue appears to be a bug in the clang optimizer. This is why it only shows up with debug disabled. When I compile with -O0 instead of -O3, the test passes.

This issue from the clang tracker may be the same issue:
http://llvm.org/bugs/show_bug.cgi?id=9524
History
Date User Action Args
2012-02-06 00:32:13ezberchsetrecipients: + ezberch, ronaldoussoren, vstinner, ned.deily, meador.inge
2012-02-06 00:32:13ezberchsetmessageid: <1328488333.37.0.262833546971.issue13370@psf.upfronthosting.co.za>
2012-02-06 00:32:12ezberchlinkissue13370 messages
2012-02-06 00:32:12ezberchcreate