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 pthiem, sbt, vstinner
Date 2019-09-24.10:41:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569321664.96.0.985798733549.issue17101@roundup.psfhosted.org>
In-reply-to
Content
> Is it possible to backport the fix from #10845 to 2.7?  Is it actually worth doing?

I close the issue, it has been done in 2015:

commit 2a6c2c9baa4bef29d605438c3e2ada01a240bdc3
Author: Nick Coghlan <ncoghlan@gmail.com>
Date:   Thu Nov 19 12:59:39 2015 +1000

    Close #10128: don't rerun __main__.py in multiprocessing
    
    - backports issue #10845's mitigation of incompatibilities between
      the multiprocessing module and directory and zipfile execution
    - Multiprocessing on Windows will now automatically skip rerunning top
      level __main__.py modules in spawned processes, rather than failing
      with AssertionError
History
Date User Action Args
2019-09-24 10:41:04vstinnersetrecipients: + vstinner, sbt, pthiem
2019-09-24 10:41:04vstinnersetmessageid: <1569321664.96.0.985798733549.issue17101@roundup.psfhosted.org>
2019-09-24 10:41:04vstinnerlinkissue17101 messages
2019-09-24 10:41:04vstinnercreate