commit | a6e956bcb0edbfe7f18af9be2215a5326ea6bf05 | [log] [tgz] |
---|---|---|
author | Elvis Pranskevichus <elvis@magic.io> | Wed Nov 07 13:34:59 2018 -0500 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Wed Nov 07 20:34:59 2018 +0200 |
tree | 8b3dc9558493973f8e069a76170e4ff8dc6665d4 | |
parent | bfe1839aa994f0d84471254418a4ecfa7c7c9b9c [diff] |
bpo-34726: Fix handling of hash-based pycs in zipimport. (GH-10327) 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.