[issue32542] memory not freed, aka memory leak continues...

Serhiy Storchaka report at bugs.python.org
Fri Jan 12 17:48:32 EST 2018


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

Issue25582 fixed a memory leak. If run the tests repeatedly every iteration leaked 100 MB of memory. If you get a MemoryError with a single iteration, this means that your machine just doesn't have enough memory for tests. Tests require around 500-600MB of memory on 32-bit platform.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32542>
_______________________________________


More information about the Python-bugs-list mailing list