[issue28147] Memory leak in new 3.6 dictionary resize

INADA Naoki report at bugs.python.org
Wed Sep 14 09:15:28 EDT 2016


INADA Naoki added the comment:

Ah, is the leak happen in 3.6b1?
dict.pop() in 3.6b1 doesn't combine split table.  It was a bug and
fixed in master branch already.

Regardless the leak, I agree that grow dict when popping is bad idea.
I'll improve your patch.

----------

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


More information about the Python-bugs-list mailing list