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 josh.r, rhettinger, wdv4758h
Date 2017-04-25.14:36:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493130967.83.0.803144170835.issue26082@psf.upfronthosting.co.za>
In-reply-to
Content
Marking as closed/rejected for the reasons lists by Josh.  The functools.lru_cache() decorator is somewhat tightly focused and is trying to do one thing well.  Another reason is that at some point, we want to be able to change the internals (perhaps using the new compact/ordereddict) and that would be precluded by this feature request.
History
Date User Action Args
2017-04-25 14:36:07rhettingersetrecipients: + rhettinger, josh.r, wdv4758h
2017-04-25 14:36:07rhettingersetmessageid: <1493130967.83.0.803144170835.issue26082@psf.upfronthosting.co.za>
2017-04-25 14:36:07rhettingerlinkissue26082 messages
2017-04-25 14:36:07rhettingercreate