[issue19216] stat cache for import bootstrap

Antoine Pitrou report at bugs.python.org
Sat Oct 19 23:01:07 CEST 2013


Antoine Pitrou added the comment:

The real problem here is that the definition of "bootstrap" or "startup" is fuzzy. How do you decide when you stop caching?
The only workable approach IMO is to adopt a time-based heuristic, which I did in issue14067.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19216>
_______________________________________


More information about the Python-bugs-list mailing list