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, miss-islington, serhiy.storchaka, thehesiod, vstinner, yan12125
Date 2018-11-29.00:11:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543450313.35.0.788709270274.issue34022@psf.upfronthosting.co.za>
In-reply-to
Content
> New changeset 24b51b1a4919e310d338629cc60371387f475a32 by Miss Islington (bot) in branch '3.7':

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.

Chih-Hsuan Yen:
> Looks like in https://github.com/python/cpython/pull/10327, Serhiy Storchaka considers fixing these issues for 3.8 only - "It is easier to skip the test on 3.7." and then remove the "needs backport to 3.7" label. How about changing the target version to 3.8 only and close this issue?

Now I agree to close the issue :-)

I'm ok to not fix zipimport in 3.7.

Anyway, it's not like Python is perfect in the master branch: frozenset in marshal is still not reproducible. See bpo-29708.
History
Date User Action Args
2018-11-29 00:11:53vstinnersetrecipients: + vstinner, doko, benjamin.peterson, mcepl, Elvis.Pranskevichus, serhiy.storchaka, thehesiod, yan12125, eschwartz, miss-islington
2018-11-29 00:11:53vstinnersetmessageid: <1543450313.35.0.788709270274.issue34022@psf.upfronthosting.co.za>
2018-11-29 00:11:53vstinnerlinkissue34022 messages
2018-11-29 00:11:53vstinnercreate