Brett Cannon <br...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue14067>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to