[issue40116] Regression in memory use of shared key dictionaries for "compact dicts"

Serhiy Storchaka report at bugs.python.org
Mon Mar 30 11:39:34 EDT 2020


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

I think the current behavior is a guard against such pitfall. If you allow to add new keys when not all other keys are set, you can end with sharing growing set of keys.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40116>
_______________________________________


More information about the Python-bugs-list mailing list