Vinay Sajip <vinay_sa...@yahoo.co.uk> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38762>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to