[issue31217] test_code leaked [1, 1, 1] memory blocks on x86 Gentoo Refleaks 3.6/3.x

STINNER Victor report at bugs.python.org
Thu Aug 31 18:26:35 EDT 2017


STINNER Victor added the comment:

I'm still able to reproduce the bug using attached leak.py script which is now 100 lines long, but has to import logging, socket and pickle. Without these imports, the bug hides (maybe the hardcoded hash values must be recomputed, but I failed to find hash values in that case).

----------
nosy: +pitrou
Added file: http://bugs.python.org/file47112/leak.py

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


More information about the Python-bugs-list mailing list