https://github.com/python/cpython
Revision a6e956bcb0edbfe7f18af9be2215a5326ea6bf05 authored by Elvis Pranskevichus on 07 November 2018, 18:34:59 UTC, committed by Serhiy Storchaka on 07 November 2018, 18:34:59 UTC
Current support for hash-based bytecode files in `zipimport` is rather
sparse, which leads to test failures when the test suite is ran with
the ``SOURCE_DATE_EPOCH`` environment variable set.

This teaches zipimport to handle hash-based pycs properly.
1 parent bfe1839
History
Tip revision: a6e956bcb0edbfe7f18af9be2215a5326ea6bf05 authored by Elvis Pranskevichus on 07 November 2018, 18:34:59 UTC
bpo-34726: Fix handling of hash-based pycs in zipimport. (GH-10327)
Tip revision: a6e956b
File Mode Size
command
tests
README -rw-r--r-- 295 bytes
__init__.py -rw-r--r-- 236 bytes
_msvccompiler.py -rw-r--r-- 21.1 KB
archive_util.py -rw-r--r-- 7.9 KB
bcppcompiler.py -rw-r--r-- 14.6 KB
ccompiler.py -rw-r--r-- 46.3 KB
cmd.py -rw-r--r-- 17.7 KB
config.py -rw-r--r-- 4.7 KB
core.py -rw-r--r-- 8.7 KB
cygwinccompiler.py -rw-r--r-- 16.1 KB
debug.py -rw-r--r-- 139 bytes
dep_util.py -rw-r--r-- 3.4 KB
dir_util.py -rw-r--r-- 7.6 KB
dist.py -rw-r--r-- 49.2 KB
errors.py -rw-r--r-- 3.5 KB
extension.py -rw-r--r-- 10.3 KB
fancy_getopt.py -rw-r--r-- 17.4 KB
file_util.py -rw-r--r-- 8.0 KB
filelist.py -rw-r--r-- 12.5 KB
log.py -rw-r--r-- 1.9 KB
msvc9compiler.py -rw-r--r-- 29.8 KB
msvccompiler.py -rw-r--r-- 23.0 KB
spawn.py -rw-r--r-- 7.3 KB
sysconfig.py -rw-r--r-- 19.5 KB
text_file.py -rw-r--r-- 12.2 KB
unixccompiler.py -rw-r--r-- 14.0 KB
util.py -rw-r--r-- 19.7 KB
version.py -rw-r--r-- 12.1 KB
versionpredicate.py -rw-r--r-- 5.0 KB

README

back to top