Message144499
Do we consider these overflows as bugs in Python, or do we declare that we expect compilers to "do the right thing" for the bug fix releases (i.e. care only about the default branch). I'd personally vote for the latter - i.e. don't apply any of the resulting changes to the maintenance releases, and target the issue only for 3.3.
Realistically, a compiler that invokes truly undefined behavior for signed overflow has no chance of getting 3.2 compiled correctly, and we have no chance of finding all these issues within the lifetime of 3.2.
If that is agreed, I would start committing changes that fix the issues Mark already discussed in 2009 (unless he wants to commit them himself). |
|
Date |
User |
Action |
Args |
2011-09-24 14:48:04 | loewis | set | recipients:
+ loewis, gvanrossum, nnorwitz, gregory.p.smith, jcea, mark.dickinson, pitrou, vstinner, christian.heimes, alexandre.vassalotti, donmez, matejcik, alex, skrah, dmalcolm, deadshort |
2011-09-24 14:48:04 | loewis | set | messageid: <1316875684.43.0.111591467199.issue1621@psf.upfronthosting.co.za> |
2011-09-24 14:48:03 | loewis | link | issue1621 messages |
2011-09-24 14:48:03 | loewis | create | |
|