[issue28147] Unbounded memory growth resizing split-table dicts

INADA Naoki report at bugs.python.org
Wed Dec 7 12:45:27 EST 2016


INADA Naoki added the comment:

> Ned Deily added the comment:
>
> This issue seems to have slipped through. Should it be a release blocker for 3.6.0 final or can it wait for 3.6.1?

On Python 3.5, instance.__dict__.popitem() cause this issue.
On Python 3.6, instance.__dict__.popitem() and instance.__dict__.pop()
cause this issue.

This is not new issue, but there is small regression.

I don't know this should be fixed in 3.6.0.
I'll make patch smaller anyway.

----------

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


More information about the Python-bugs-list mailing list