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
clinic
README.txt -rw-r--r-- 1.1 KB
asciilib.h -rw-r--r-- 1.2 KB
codecs.h -rw-r--r-- 27.2 KB
count.h -rw-r--r-- 666 bytes
ctype.h -rw-r--r-- 3.0 KB
eq.h -rw-r--r-- 806 bytes
fastsearch.h -rw-r--r-- 8.5 KB
find.h -rw-r--r-- 3.2 KB
find_max_char.h -rw-r--r-- 3.7 KB
join.h -rw-r--r-- 3.8 KB
localeutil.h -rw-r--r-- 5.7 KB
partition.h -rw-r--r-- 3.0 KB
replace.h -rw-r--r-- 1.8 KB
split.h -rw-r--r-- 11.0 KB
stringdefs.h -rw-r--r-- 1.2 KB
transmogrify.h -rw-r--r-- 19.6 KB
ucs1lib.h -rw-r--r-- 1.2 KB
ucs2lib.h -rw-r--r-- 1.2 KB
ucs4lib.h -rw-r--r-- 1.2 KB
undef.h -rw-r--r-- 248 bytes
unicode_format.h -rw-r--r-- 40.1 KB
unicodedefs.h -rw-r--r-- 1.2 KB

README.txt

back to top