Message330619
| Author |
vstinner |
| Recipients |
Elvis.Pranskevichus, benjamin.peterson, doko, eschwartz, mcepl, serhiy.storchaka, thehesiod, vstinner, yan12125 |
| Date |
2018年11月28日.17:26:41 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1543426001.18.0.788709270274.issue34022@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
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. |
|