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.snow
Recipients eric.snow, methane, rhettinger, serhiy.storchaka
Date 2017-09-04.18:20:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504549251.76.0.578185465033.issue31265@psf.upfronthosting.co.za>
In-reply-to
Content
> For now, this proposal is on hold because
> 1) it isn't clear that it should be done,
> 2) it needs a lot of serious discussion before proceeding,
> 3) it may be premature while the status of the regular dict
> is still in flux.

+1

When writing the C implementation my biggest constraint was compatibility with the Python implementation, including algorithmic complexity.  I'm in favor of making use of dict's new ordering, but it's not urgent and Raymond's concerns should be addressed first (particularly since the collections module is his).
History
Date User Action Args
2017-09-04 18:20:51eric.snowsetrecipients: + eric.snow, rhettinger, methane, serhiy.storchaka
2017-09-04 18:20:51eric.snowsetmessageid: <1504549251.76.0.578185465033.issue31265@psf.upfronthosting.co.za>
2017-09-04 18:20:51eric.snowlinkissue31265 messages
2017-09-04 18:20:51eric.snowcreate