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 andrewclegg, eric.araujo, r.david.murray
Date 2010-07-08.13:53:12
SpamBayes Score 0.00739547
Marked as misclassified No
Message-id <1278597204.14.0.875713700945.issue7846@psf.upfronthosting.co.za>
In-reply-to
Content
OK, I've looked at the patch now.  (1) it needs unit tests.  (2) a py3k port would be helpful, since the code is very different in py3k, and we are now applying patches first to the py3k branch and then backporting.

I think this can be considered a bug (the ever-expanding cache), so I'm OK with applying this in 2.7.1 once it has unit tests.

Note that using _MAXCACHE (leading underscore) and not documenting it follows the 're' model, so that is the best choice.
History
Date User Action Args
2010-07-08 13:53:24r.david.murraysetrecipients: + r.david.murray, eric.araujo, andrewclegg
2010-07-08 13:53:24r.david.murraysetmessageid: <1278597204.14.0.875713700945.issue7846@psf.upfronthosting.co.za>
2010-07-08 13:53:13r.david.murraylinkissue7846 messages
2010-07-08 13:53:12r.david.murraycreate