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 aronacher
Recipients aronacher, forest, georg.brandl, jimjjewett, pitrou, rhettinger
Date 2009-03-03.20:07:52
SpamBayes Score 1.904086e-06
Marked as misclassified No
Message-id <1236110874.75.0.963225669801.issue5397@psf.upfronthosting.co.za>
In-reply-to
Content
Please no.  We just decided to *not* extend the API.  The PEP originally
had a well designed list of dict API extensions that already provided
exactly that.  If we really want to provide access to that, we can roll
back to where we came from.

I don't think implementing an LRUCache on an ordered dict is a good
idea.  Especially because LRU caches are a shared resource and should be
thread safe because of that.  Which the ordered dict is not.
History
Date User Action Args
2009-03-03 20:07:54aronachersetrecipients: + aronacher, georg.brandl, rhettinger, jimjjewett, pitrou, forest
2009-03-03 20:07:54aronachersetmessageid: <1236110874.75.0.963225669801.issue5397@psf.upfronthosting.co.za>
2009-03-03 20:07:53aronacherlinkissue5397 messages
2009-03-03 20:07:52aronachercreate