[issue22520] integer overflow in computing unicode's object representation

STINNER Victor report at bugs.python.org
Tue Sep 30 15:11:14 CEST 2014


STINNER Victor added the comment:

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

----------
nosy: +haypo
resolution: fixed -> 
status: closed -> open

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


More information about the Python-bugs-list mailing list