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 pitrou
Recipients ncoghlan, pitrou, pmoody, serhiy.storchaka
Date 2014-05-15.12:49:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1400158150.02.0.857380660919.issue21486@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, using lru_cache(maxsize=None) would enable a simple infinite cache like in the patch. But it's not like a lot of code would be saved.
History
Date User Action Args
2014-05-15 12:49:10pitrousetrecipients: + pitrou, ncoghlan, pmoody, serhiy.storchaka
2014-05-15 12:49:10pitrousetmessageid: <1400158150.02.0.857380660919.issue21486@psf.upfronthosting.co.za>
2014-05-15 12:49:10pitroulinkissue21486 messages
2014-05-15 12:49:09pitroucreate