Message330619
test_compileall, test_importlib, test_py_compile: I created https://github.com/python/cpython/pull/10775 backport.
test_cmd_line_script, test_runpy and test_multiprocessing_main_handling failures are related to zipimport. They have been fixed in master by commit a6e956bcb0edbfe7f18af9be2215a5326ea6bf05 which modifies Lib/zipimport.py... but in 3.7, zipimport is written in C. It seems non-trivial to fix zipimport, and I'm not sure that it's worth it.
Note: test_posix now pass, no idea why it failed a few days ago. |
|
| Date |
User |
Action |
Args |
| 2018-11-28 17:26:41 | vstinner | set | recipients:
+ vstinner, doko, benjamin.peterson, mcepl, Elvis.Pranskevichus, serhiy.storchaka, thehesiod, yan12125, eschwartz |
| 2018-11-28 17:26:41 | vstinner | set | messageid: <[email protected]> |
| 2018-11-28 17:26:41 | vstinner | link | issue34022 messages |
| 2018-11-28 17:26:41 | vstinner | create | |
|