[issue14067] Avoid more stat() calls in importlib

Brett Cannon report at bugs.python.org
Tue Feb 21 00:04:40 CET 2012


Brett Cannon <brett at python.org> added the comment:

The patch uses the time module which is not a built-in, so it breaks bootstrapping by directly importing a module, and an extension at that. At best you could switch to a modified _FileFinder after importlib is initially running and able to import extension modules.

----------

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


More information about the Python-bugs-list mailing list