[issue32506] dataclasses: no need for OrderedDict now that dict guarantees to keep insertion order

Eric V. Smith report at bugs.python.org
Sun Jan 7 14:30:19 EST 2018


Eric V. Smith <eric at trueblade.com> added the comment:


New changeset d13889214a4c81b78fa8683d35bdbd17ff22f4fe by Eric V. Smith in branch 'master':
bpo-32506: Change dataclasses from OrderedDict to plain dict. (gh-5131)
https://github.com/python/cpython/commit/d13889214a4c81b78fa8683d35bdbd17ff22f4fe


----------

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


More information about the Python-bugs-list mailing list