This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.smith
Recipients eric.smith
Date 2018-01-06.22:23:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1515277410.84.0.467229070634.issue32506@psf.upfronthosting.co.za>
In-reply-to
Content
There are several places where OrderedDict escapes from dataclasses. Switching to dict means we don't have to use OrderedDict forever.

For the 3.6 backport, I'm also going to use dict. I saw an analysis (from Raymond, maybe?) that says there are no 3.6 implementations that don't guarantee insertion order for dict.
History
Date User Action Args
2018-01-06 22:23:30eric.smithsetrecipients: + eric.smith
2018-01-06 22:23:30eric.smithsetmessageid: <1515277410.84.0.467229070634.issue32506@psf.upfronthosting.co.za>
2018-01-06 22:23:30eric.smithlinkissue32506 messages
2018-01-06 22:23:30eric.smithcreate