[issue19216] stat cache for import bootstrap

Antoine Pitrou report at bugs.python.org
Sat Oct 19 23:14:42 CEST 2013


Antoine Pitrou added the comment:

> Would it be feasible to have an explicit (but private?) flag in
> importlib indicating stat checking (or even all FS checking) should be
> disabled, defaulting to True?  runpy could set it to False after
> initializing importlib and then back to True when startup is done.

I don't really understand the algorithm you're proposing. Also, have you
read what I've just posted?

----------

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


More information about the Python-bugs-list mailing list