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
__init__.py -rw-r--r-- 1.2 KB
base_events.py -rw-r--r-- 67.0 KB
base_futures.py -rw-r--r-- 1.8 KB
base_subprocess.py -rw-r--r-- 8.6 KB
base_tasks.py -rw-r--r-- 2.2 KB
constants.py -rw-r--r-- 888 bytes
coroutines.py -rw-r--r-- 8.4 KB
events.py -rw-r--r-- 25.4 KB
exceptions.py -rw-r--r-- 1.6 KB
format_helpers.py -rw-r--r-- 2.3 KB
futures.py -rw-r--r-- 12.7 KB
locks.py -rw-r--r-- 15.6 KB
log.py -rw-r--r-- 124 bytes
proactor_events.py -rw-r--r-- 24.7 KB
protocols.py -rw-r--r-- 6.9 KB
queues.py -rw-r--r-- 7.8 KB
runners.py -rw-r--r-- 1.9 KB
selector_events.py -rw-r--r-- 36.7 KB
sslproto.py -rw-r--r-- 26.1 KB
streams.py -rw-r--r-- 25.8 KB
subprocess.py -rw-r--r-- 7.2 KB
tasks.py -rw-r--r-- 30.3 KB
transports.py -rw-r--r-- 9.9 KB
unix_events.py -rw-r--r-- 39.5 KB
windows_events.py -rw-r--r-- 28.7 KB
windows_utils.py -rw-r--r-- 5.0 KB

back to top