[issue22643] Integer overflow in case_operation

Benjamin Peterson report at bugs.python.org
Wed Oct 15 19:51:11 CEST 2014


Benjamin Peterson added the comment:

More explicitly:

>>> sys.getsizeof("ü"*(2**32//12 + 1))//1024//1024
341

----------

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


More information about the Python-bugs-list mailing list