[issue18004] test_list.test_overflow crashes Win64

Serhiy Storchaka report at bugs.python.org
Sat Aug 2 06:51:43 CEST 2014


Serhiy Storchaka added the comment:

I was wrong. Here should be just sys.maxsize. With sys.maxint the test should consume about 32 GB of memory and then fail on assertion (imul requires even 40 GB, but the test fails earlier).

----------
stage: patch review -> needs patch
versions:  -Python 3.4, Python 3.5

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


More information about the Python-bugs-list mailing list