[issue28147] Unbounded memory growth resizing split-table dicts

Serhiy Storchaka report at bugs.python.org
Wed Dec 7 12:41:53 EST 2016


Serhiy Storchaka added the comment:

Calling pop() for instance's __dict__ is not common operation. I expected that this bug does not affect any real code. But the case in issue28894 looks as a real case. This might be a release blocker.

----------

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


More information about the Python-bugs-list mailing list