Message346814
> With this change, only 3 tests fail on 3.7, and all these 3 fail because of zipimport: test_cmd_line_script, test_multiprocessing_main_handling and test_runpy.
These tests were fixed by:
commit a6e956bcb0edbfe7f18af9be2215a5326ea6bf05
Author: Elvis Pranskevichus <[email protected]>
Date: Wed Nov 7 13:34:59 2018 -0500
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. |
|
| Date |
User |
Action |
Args |
| 2019-06-28 09:25:54 | vstinner | set | recipients:
+ vstinner, doko, benjamin.peterson, mcepl, Elvis.Pranskevichus, serhiy.storchaka, thehesiod, yan12125, eschwartz, miss-islington |
| 2019-06-28 09:25:54 | vstinner | set | messageid: <[email protected]> |
| 2019-06-28 09:25:54 | vstinner | link | issue34022 messages |
| 2019-06-28 09:25:54 | vstinner | create | |
|