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 madison.may
Recipients aisaac, madison.may, mark.dickinson, pitrou, rhettinger, serhiy.storchaka, tim.peters, westley.martinez
Date 2013-09-01.19:47:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378064871.27.0.734456572423.issue18844@psf.upfronthosting.co.za>
In-reply-to
Content
> Use lru_cache isn't good because several choice generators can be used in a program and because it left large data in a cache long time after it was used.

Yeah, I just did a quick search of the stdlib and only found one instance of lru_cache in use -- another sign that lru_cache is a bad choice.
History
Date User Action Args
2013-09-01 19:47:51madison.maysetrecipients: + madison.may, tim.peters, rhettinger, mark.dickinson, pitrou, aisaac, westley.martinez, serhiy.storchaka
2013-09-01 19:47:51madison.maysetmessageid: <1378064871.27.0.734456572423.issue18844@psf.upfronthosting.co.za>
2013-09-01 19:47:51madison.maylinkissue18844 messages
2013-09-01 19:47:51madison.maycreate