[issue1621] Do not assume signed integer overflow behavior

Guido van Rossum report at bugs.python.org
Wed Jan 9 18:31:00 CET 2008


Guido van Rossum added the comment:

Marc-Andre: what do you mean by breaking lots and lots of extensions? 
Extensions also contain buffer overflow checks (at least I hope they do
:-) and those should also be guaranteed safe by using -fwrapv or
-fno-strict-overflow (GCC 4.2 and higher) until we're sure there aren't any.

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1621>
__________________________________


More information about the Python-bugs-list mailing list