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 ned.deily
Recipients fbm, nadeem.vawda, ned.deily, rhettinger
Date 2013-06-07.20:26:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370636789.36.0.471935511661.issue18149@psf.upfronthosting.co.za>
In-reply-to
Content
It seems like this would be a fairly rare situation and, as you note, dependent on the underlying file system.  But it would be easy to add a new function to the module to clear its cache in cases where it is known this might be a problem.  In fact, in Issue11802 a clear_cache function was proposed to solve the problem of the cache growing without bounds but that problem was solved by the simpler solution of discarding the cache when it gets above 100 entries.
History
Date User Action Args
2013-06-07 20:26:29ned.deilysetrecipients: + ned.deily, rhettinger, nadeem.vawda, fbm
2013-06-07 20:26:29ned.deilysetmessageid: <1370636789.36.0.471935511661.issue18149@psf.upfronthosting.co.za>
2013-06-07 20:26:29ned.deilylinkissue18149 messages
2013-06-07 20:26:28ned.deilycreate