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 donmez
Recipients brett.cannon, donmez, vstinner
Date 2011-02-08.18:55:09
SpamBayes Score 0.00010628202
Marked as misclassified No
Message-id <1297191309.94.0.125623920495.issue11149@psf.upfronthosting.co.za>
In-reply-to
Content
This is only reproducable with clang 2.9 trunk builds due to new optimizations. Also note that clang commits confirm that -fwrapv must be provided if you assume signed integer overflow wraps. This was also the case with a spec test.

I tested this on OSX 10.6.6 with x86-64 build.
History
Date User Action Args
2011-02-08 18:55:10donmezsetrecipients: + donmez, brett.cannon, vstinner
2011-02-08 18:55:09donmezsetmessageid: <1297191309.94.0.125623920495.issue11149@psf.upfronthosting.co.za>
2011-02-08 18:55:09donmezlinkissue11149 messages
2011-02-08 18:55:09donmezcreate