[issue1621] Do not assume signed integer overflow behavior

Ismail Donmez report at bugs.python.org
Sat Jan 19 00:36:00 CET 2008


Ismail Donmez added the comment:

First stub at fixing overflows, regresses following tests :

test_doctests.py
test_locale.py
test_long.py
test_long_future.py
test_optparse.py
test_pickle.py
test_str.py (crash)
test_string.py (crash)
test_unicode.py (crash)
test_userstring.py (crash)
test_xpickle.py

Not great, but a start.

Added file: http://bugs.python.org/file9211/fix-overflows-try1.patch

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


More information about the Python-bugs-list mailing list