[issue37507] multiprocessing: Add a stop() method to ForkServer

Antoine Pitrou report at bugs.python.org
Sat Jul 6 15:33:17 EDT 2019


Antoine Pitrou <pitrou at free.fr> added the comment:

There is no reason to expose "stop the forkserver" to users. How the forkserver process works, what tasks it handles, is an implementation detail. If users start "stopping the forkserver" in their applications for no good to reason, they might get bugs now or later that they wouldn't get otherwise.

Side note: if you're modifying multiprocessing, asking for a review doesn't hurt ;-)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37507>
_______________________________________


More information about the Python-bugs-list mailing list