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 gregory.p.smith
Recipients gregory.p.smith
Date 2007-12-14.00:43:46
SpamBayes Score 0.0011041935
Marked as misclassified No
Message-id <1197593027.35.0.00314874350765.issue1621@psf.upfronthosting.co.za>
In-reply-to
Content
The resolution to http://bugs.python.org/issue1608 looks like it'll add
a -fwrapv gcc flag when building python.  This works around the issue
nicely on one compiler (gcc) but doesn't fix our fundamentally broken code.

We should fix all dependencies on integer overflow behavior, starting by
making everything compile properly with gcc's -Wstrict-overflow and
-Werror flags.
History
Date User Action Args
2007-12-14 00:43:47gregory.p.smithsetspambayes_score: 0.00110419 -> 0.0011041935
recipients: + gregory.p.smith
2007-12-14 00:43:47gregory.p.smithsetspambayes_score: 0.00110419 -> 0.00110419
messageid: <1197593027.35.0.00314874350765.issue1621@psf.upfronthosting.co.za>
2007-12-14 00:43:47gregory.p.smithlinkissue1621 messages
2007-12-14 00:43:46gregory.p.smithcreate