[issue24726] OrderedDict has strange behaviour when dict.__setitem__ is used.

Eric Snow report at bugs.python.org
Wed Nov 4 11:48:09 EST 2015


Eric Snow added the comment:

Review posted. Aside from a couple minor comments, LGTM.  Thanks for doing this.

Incidentally, it should be possible to auto-detect independent changes to the underlying dict and sync the odict with those changes.  However, doing so likely isn't worth it.

----------
stage: patch review -> commit review

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


More information about the Python-bugs-list mailing list