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 mark.dickinson
Recipients alex, alexandre.vassalotti, christian.heimes, deadshort, dmalcolm, donmez, gregory.p.smith, gvanrossum, jcea, loewis, mark.dickinson, matejcik, nnorwitz, pitrou, skrah, vstinner
Date 2011-09-24.08:27:18
SpamBayes Score 0.020668456
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
Clang has an -ftrapv option that seems to be less buggy and more complete than gcc's.  Compiling and running the test suite with that option enabled looks like a good way to catch a lot of these signed overflows.
History
Date User Action Args
2011-09-24 08:27:19mark.dickinsonsetrecipients: + mark.dickinson, gvanrossum, loewis, nnorwitz, gregory.p.smith, jcea, pitrou, vstinner, christian.heimes, alexandre.vassalotti, donmez, matejcik, alex, skrah, dmalcolm, deadshort
2011-09-24 08:27:19mark.dickinsonsetmessageid: <[email protected]>
2011-09-24 08:27:18mark.dickinsonlinkissue1621 messages
2011-09-24 08:27:18mark.dickinsoncreate