|
|
|
|
|
by eesmith
2209 days ago
|
|
Python 3.7 added support for hash-based cache files as an alternative to time-based. https://docs.python.org/3/reference/import.html#pyc-invalida... Verifying a hash is a bit slower than checking the timestamp but far faster than parsing and byte compiling the source file, so I don't think this option is "significantly inert". |
|