[issue28199] Compact dict resizing is doing too much work

INADA Naoki report at bugs.python.org
Mon Sep 19 00:40:49 EDT 2016


INADA Naoki added the comment:

> We can still clean this up for Python 3.6.  We're in feature freeze, not development freeze.

Does it mean there is a chance to improve OrderedDict to use new dict implementation, if it seems safe enough?
Is new implementation a feature?

(After OrderedDict implementation is improved, functools.lru_cache can use OrderedDict and remove doubly linked list too.)

----------

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


More information about the Python-bugs-list mailing list