Message58602
| 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:47 | gregory.p.smith | set | spambayes_score: 0.00110419 -> 0.0011041935 recipients: + gregory.p.smith |
| 2007-12-14 00:43:47 | gregory.p.smith | set | spambayes_score: 0.00110419 -> 0.00110419 messageid: <1197593027.35.0.00314874350765.issue1621@psf.upfronthosting.co.za> |
| 2007-12-14 00:43:47 | gregory.p.smith | link | issue1621 messages |
| 2007-12-14 00:43:46 | gregory.p.smith | create | |