[issue1621] Do not assume signed integer overflow behavior

Ismail Donmez report at bugs.python.org
Fri Jan 18 22:11:27 CET 2008


Ismail Donmez added the comment:

Yes it breaks compilation with gcc 4.3. Fixing these bugs are mostly
s/int/unsigned int. But some parts of code need Python wisdom :/ 

New patch attached adressing your comment.

Added file: http://bugs.python.org/file9207/overflow-error2.patch

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


More information about the Python-bugs-list mailing list