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 vinay.sajip
Recipients Delgan, vinay.sajip
Date 2019-11-11.11:02:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1573470173.05.0.0283943193098.issue38762@roundup.psfhosted.org>
In-reply-to
Content
This will be a rare use case, and I would expect anyone clearing sys.modules in the child process to handle this consequence themselves (e.g. by reimporting multiprocessing after clearing out the other modules, since they apparently still want some of multiprocessing's functionality in the child process). I'll certainly look at PRs to address the issue using an import of multiprocessing if it's not already there. I'm not so keen on the other approaches you've suggested.
History
Date User Action Args
2019-11-11 11:02:53vinay.sajipsetrecipients: + vinay.sajip, Delgan
2019-11-11 11:02:53vinay.sajipsetmessageid: <1573470173.05.0.0283943193098.issue38762@roundup.psfhosted.org>
2019-11-11 11:02:53vinay.sajiplinkissue38762 messages
2019-11-11 11:02:52vinay.sajipcreate