[issue31317] Memory leak in dict with shared keys

STINNER Victor report at bugs.python.org
Thu Aug 31 16:22:38 EDT 2017


STINNER Victor added the comment:

If you cannot reproduce the bug on 32-bit build, try to set "FIXED_HASH = 0" in test_leak.py, run "./python -m test -R 3:10 test_leak" multiple times until it fails, then copy the last value of the printed list into hash_values in test_leak.py.

----------

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


More information about the Python-bugs-list mailing list