[issue25029] MemoryError in test_strptime

STINNER Victor report at bugs.python.org
Tue Sep 8 17:44:21 CEST 2015


STINNER Victor added the comment:

My test runs the following command on Linux (Fedora 22):

make && bash -c 'ulimit -v 1000000; ./python -u -m test -v test_strptime' 

* current default branch (rev 3c0c153d6b02): MemoryError
* with 25029_1.patch: the test pass

----------

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


More information about the Python-bugs-list mailing list