Brett Cannon added the comment:

I realized that importlib.abc.SourceLoader.path_stats() provides a way to 
override stat collection and basically hard-code the stat number for all files 
from an import perspective. So if people simply generated their bytecode with a 
static timestamp and overrode this method then they would get the effect they 
want.

----------
resolution:  -> out of date
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23723>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to