compileall used the ctime of bytecode and source to determine if the bytecode
should be recreated. This created a timing hole. Fixed by just doing what import does; check the mtime and magic number.
Showing
Lib/test/test_compileall.py
0 → 100644
Please register or sign in to comment