bpo-32506: Change dataclasses from OrderedDict to plain dict. by ericvsmith · Pull Request #5130 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.4k
Closed
bpo-32506: Change dataclasses from OrderedDict to plain dict.#5130
ericvsmith wants to merge 1 commit intopython:masterfrom
ericvsmith:bpo-32506-ordered-dict
bpo-32506: Change dataclasses from OrderedDict to plain dict.#5130
ericvsmith wants to merge 1 commit intopython:masterfrom
ericvsmith:bpo-32506-ordered-dict
Conversation
Copy link Copy Markdown
Member
Now that dicts are are defined as maintaining insertion order, switch to using dicts.
…at they're defined as maintaining insertion order.
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting merge
label
ericvsmith
self-assigned this
ericvsmith
closed this
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment