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 methane
Recipients eric.snow, methane, rhettinger, serhiy.storchaka
Date 2017-09-10.23:12:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505085138.63.0.898162274673.issue31265@psf.upfronthosting.co.za>
In-reply-to
Content
The discussion on [1] was for removing pure Python implementation,
not about changing C implementation.

[1]: https://mail.python.org/pipermail/python-dev/2017-September/149147.html

While I withdrawed my suggestion about removing pure Python implementation,
I still think this new implementation is valuable.

Dict ordering is not language spec and many libraries including stdlib
uses OrderedDict to keep insertion order.
Faster creation, iteration and 1/2 memory usage is good enhancement
for most use cases.
History
Date User Action Args
2017-09-10 23:12:18methanesetrecipients: + methane, rhettinger, eric.snow, serhiy.storchaka
2017-09-10 23:12:18methanesetmessageid: <1505085138.63.0.898162274673.issue31265@psf.upfronthosting.co.za>
2017-09-10 23:12:18methanelinkissue31265 messages
2017-09-10 23:12:18methanecreate