[issue31954] Don't prevent dict optimization by coupling with OrderedDict

Serhiy Storchaka report at bugs.python.org
Sat Dec 16 07:00:02 EST 2017


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

PR 4901 implements Inada's idea about changing dk_lookup to an index. This decreases the size, but can have negative performance effect (I didn't make benchmarks).

----------

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


More information about the Python-bugs-list mailing list