[issue27576] An unexpected difference between dict and OrderedDict

Serhiy Storchaka report at bugs.python.org
Mon Jul 25 08:22:29 EDT 2016


Serhiy Storchaka added the comment:

I think this case (fast path for exact dict) is not needed at all. Exact dict is not ordered, and OrderedDict created from exact dict has nondetermined order (unless a dict has size 0 or 1).

----------
nosy: +serhiy.storchaka

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


More information about the Python-bugs-list mailing list