[issue18999] Robustness issues in multiprocessing.{get, set}_start_method

Richard Oudkerk report at bugs.python.org
Thu Sep 12 14:37:02 CEST 2013


Richard Oudkerk added the comment:

By "context" I did not really mean a context manager.  I just meant an object (possibly a singleton or module) which implements the same interface as multiprocessing.

(However, it may be a good idea to also make it a context manager whose __enter__() method starts the helper processes, and whose __exit__() method shuts them down.)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18999>
_______________________________________


More information about the Python-bugs-list mailing list