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 r.david.murray
Recipients Marek Otahal, r.david.murray
Date 2015-08-31.18:53:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441047213.21.0.638653503474.issue24969@psf.upfronthosting.co.za>
In-reply-to
Content
There is no patch/example attached. 

It seems like what you really want is an API on lru_cache for updating the cache size.

What I'm saying is that the cache size can be passed in on the MyLib call, and the decorator/function constructed as part of MyLib's initialization.
History
Date User Action Args
2015-08-31 18:53:33r.david.murraysetrecipients: + r.david.murray, Marek Otahal
2015-08-31 18:53:33r.david.murraysetmessageid: <1441047213.21.0.638653503474.issue24969@psf.upfronthosting.co.za>
2015-08-31 18:53:33r.david.murraylinkissue24969 messages
2015-08-31 18:53:33r.david.murraycreate