]> granicus.if.org Git - python/commit
Issue #13645: pyc files now contain the size of the corresponding source
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 13 Jan 2012 17:52:16 +0000 (18:52 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 13 Jan 2012 17:52:16 +0000 (18:52 +0100)
commit5136ac0ca21a05691978df8d0650f902c8ca3463
tree4b5569dad3f1b36f115c673602dde6ff49eae5e0
parent1f918c1480a1566b774391bbc4ddf1d4153965a1
Issue #13645: pyc files now contain the size of the corresponding source
code, to avoid timestamp collisions (especially on filesystems with a low
timestamp resolution) when checking for freshness of the bytecode.
14 files changed:
Doc/library/importlib.rst
Lib/importlib/_bootstrap.py
Lib/importlib/abc.py
Lib/importlib/test/source/test_abc_loader.py
Lib/importlib/test/source/test_file_loader.py
Lib/pkgutil.py
Lib/py_compile.py
Lib/test/test_import.py
Lib/test/test_zipimport.py
Misc/NEWS
Modules/zipimport.c
Python/Python-ast.c
Python/import.c
Python/pythonrun.c