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 nadeem.vawda
Recipients eric.araujo, lopgok, nadeem.vawda, r.david.murray, rhettinger
Date 2011-04-09.14:40:48
SpamBayes Score 0.0002085365
Marked as misclassified No
Message-id <1302360050.78.0.273542773482.issue11802@psf.upfronthosting.co.za>
In-reply-to
Content
Because the lru_cache decorator doesn't provide any way to invalidate
stale cache entries.

Perhaps I should factor out the duplicated code into a separate class
that can then also be exposed to users of the stdlib. But that would only
apply to 3.3, so the uglier fix is still necessary for older versions.
History
Date User Action Args
2011-04-09 14:40:50nadeem.vawdasetrecipients: + nadeem.vawda, rhettinger, eric.araujo, r.david.murray, lopgok
2011-04-09 14:40:50nadeem.vawdasetmessageid: <1302360050.78.0.273542773482.issue11802@psf.upfronthosting.co.za>
2011-04-09 14:40:49nadeem.vawdalinkissue11802 messages
2011-04-09 14:40:49nadeem.vawdacreate