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 deadshort, ned.deily, ronaldoussoren
Date 2011-08-08.21:24:13
SpamBayes Score 0.00027281407
Marked as misclassified No
Message-id <F7910A83-28AB-409F-810E-E87B848C7761@mac.com>
In-reply-to <1312599156.73.0.499187629172.issue12701@psf.upfronthosting.co.za>
Content
Have you checked if -fwrapv is in the list of compiler arguments in the generated makefile?

There is an open issue about adding that flag when clang is used as the compiler (the flag is already used for gcc). The flag is necessary because the example code contains an integer overflow and that is undefined behavior according to the C standard.
Files
File name Uploaded
unnamed ronaldoussoren, 2011-08-08.21:24:13
History
Date User Action Args
2011-08-08 21:24:14ronaldoussorensetrecipients: + ronaldoussoren, ned.deily, deadshort
2011-08-08 21:24:13ronaldoussorenlinkissue12701 messages
2011-08-08 21:24:13ronaldoussorencreate