[issue22519] integer overflow in computing byte's object representation

STINNER Victor report at bugs.python.org
Tue Sep 30 15:08:40 CEST 2014


STINNER Victor added the comment:

It would be nice to have a "bigmem" test checking that repr(b'\x00'*(2**30+1)) doesn't crash anymore.

----------
nosy: +haypo

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22519>
_______________________________________


More information about the Python-bugs-list mailing list