This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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.
History
Date User Action Args
2018-11-28 17:26:41vstinnersetrecipients: + vstinner, doko, benjamin.peterson, mcepl, Elvis.Pranskevichus, serhiy.storchaka, thehesiod, yan12125, eschwartz
2018-11-28 17:26:41vstinnersetmessageid: <1543426001.18.0.788709270274.issue34022@psf.upfronthosting.co.za>
2018-11-28 17:26:41vstinnerlinkissue34022 messages
2018-11-28 17:26:41vstinnercreate