]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Closes #15030: Make importlib.abc.PyPycLoader respect the new .pyc
authorBrett Cannon <brett@python.org>
Mon, 2 Jul 2012 18:35:34 +0000 (14:35 -0400)
committerBrett Cannon <brett@python.org>
Mon, 2 Jul 2012 18:35:34 +0000 (14:35 -0400)
commit1e331560eea62c78ec189f2b72b59864ee315ddc
tree1d87381377f9e8d61439dacc74d56d516344df1c
parentd57caf36bd4f261b5d1e7ba758001fe5b6416daf
Closes #15030: Make importlib.abc.PyPycLoader respect the new .pyc
file size header field.

Thanks to Marc Abramowitz and Ronan Lamy for helping out with various
parts of the patch.
Doc/library/importlib.rst
Lib/importlib/abc.py
Lib/importlib/test/source/test_abc_loader.py
Misc/ACKS
Misc/NEWS