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 rhettinger
Recipients aj, ncoghlan, rhettinger
Date 2016-09-13.05:41:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473745276.09.0.281848350005.issue28112@psf.upfronthosting.co.za>
In-reply-to
Content
Alex, I would like to pass on this feature request and keep the lru_cache API focused on its core task.  As it stands now, it was already difficult to fight reentrancy problems.

FWIW, it is very easy to roll your own LRU variants using collections.OrderedDict.  Also, if you're inclined, you can post Python recipes and at the ASPN Python website -- that is where I post my LRU variants.
History
Date User Action Args
2016-09-13 05:41:16rhettingersetrecipients: + rhettinger, ncoghlan, aj
2016-09-13 05:41:16rhettingersetmessageid: <1473745276.09.0.281848350005.issue28112@psf.upfronthosting.co.za>
2016-09-13 05:41:16rhettingerlinkissue28112 messages
2016-09-13 05:41:15rhettingercreate