[issue1608] test_str.py crashes

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


Guido van Rossum added the comment:

It would actually be better to use -fno-strict-overflow instead of
-fwrapv, if it exists (GCC 4.2 and later).

See also http://bugs.python.org/issue1621 which suggests there aren't
actually many places that need this; gcc -Wstrict-overflow should help
auditing the code.

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


More information about the Python-bugs-list mailing list