Brett Cannon <br...@python.org> added the comment:

Well, we already have a delay in detecting new files in importlib as the 
directory mtime check already adds a delay of the granularity of the mtime 
value for a directory. So if you manage to mutate a directory, import, write a 
file, and then import again all within the mtime of a directory, you will miss 
the new file (which has already triggered sporadic failures in various tests 
because they were not blowing out importlib's cache). IOW there is already a 
freshness problem that if we don't have importlib will never get bootstrapped 
because people will complain about performance too much.

----------

_______________________________________
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