summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_compileall.py
Commit message (Collapse)AuthorAgeFilesLines
* compileall used the ctime of bytecode and source to determine if the bytecodeBrett Cannon2009-02-101-0/+63
should be recreated. This created a timing hole. Fixed by just doing what import does; check the mtime and magic number.