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 Robert.Elsner, jcea, mark.dickinson, pitrou, r.david.murray, serhiy.storchaka
Date 2012-04-23.12:58:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335185928.48.0.065907621204.issue14596@psf.upfronthosting.co.za>
In-reply-to
Content
Other of our functions that do caching have been fixed so that the cache does not grow unbounded (usually by using lrucache, I think).  IMO a cache that is unbounded by default is a bug.
History
Date User Action Args
2012-04-23 12:58:48r.david.murraysetrecipients: + r.david.murray, jcea, mark.dickinson, pitrou, serhiy.storchaka, Robert.Elsner
2012-04-23 12:58:48r.david.murraysetmessageid: <1335185928.48.0.065907621204.issue14596@psf.upfronthosting.co.za>
2012-04-23 12:58:47r.david.murraylinkissue14596 messages
2012-04-23 12:58:47r.david.murraycreate