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 methane, rhettinger, serhiy.storchaka, xiang.zhang
Date 2016-09-19.04:40:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474260049.6.0.370913651107.issue28199@psf.upfronthosting.co.za>
In-reply-to
Content
> We can still clean this up for Python 3.6.  We're in feature freeze, not development freeze.

Does it mean there is a chance to improve OrderedDict to use new dict implementation, if it seems safe enough?
Is new implementation a feature?

(After OrderedDict implementation is improved, functools.lru_cache can use OrderedDict and remove doubly linked list too.)
History
Date User Action Args
2016-09-19 04:40:49methanesetrecipients: + methane, rhettinger, serhiy.storchaka, xiang.zhang
2016-09-19 04:40:49methanesetmessageid: <1474260049.6.0.370913651107.issue28199@psf.upfronthosting.co.za>
2016-09-19 04:40:49methanelinkissue28199 messages
2016-09-19 04:40:49methanecreate