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
dummy
__init__.py -rw-r--r-- 916 bytes
connection.py -rw-r--r-- 30.8 KB
context.py -rw-r--r-- 10.6 KB
forkserver.py -rw-r--r-- 11.5 KB
heap.py -rw-r--r-- 11.4 KB
managers.py -rw-r--r-- 39.2 KB
pool.py -rw-r--r-- 28.0 KB
popen_fork.py -rw-r--r-- 2.3 KB
popen_forkserver.py -rw-r--r-- 2.0 KB
popen_spawn_posix.py -rw-r--r-- 1.9 KB
popen_spawn_win32.py -rw-r--r-- 3.4 KB
process.py -rw-r--r-- 10.3 KB
queues.py -rw-r--r-- 11.4 KB
reduction.py -rw-r--r-- 9.3 KB
resource_sharer.py -rw-r--r-- 5.2 KB
semaphore_tracker.py -rw-r--r-- 6.4 KB
sharedctypes.py -rw-r--r-- 6.2 KB
spawn.py -rw-r--r-- 9.1 KB
synchronize.py -rw-r--r-- 11.3 KB
util.py -rw-r--r-- 11.8 KB

back to top