[issue28382] Possible deadlock on sys.stdout/stderr when combining multiprocessing with threads

Antoine Pitrou report at bugs.python.org
Sun Jul 23 08:16:39 EDT 2017


Antoine Pitrou added the comment:

Also, a reliable fix is to use the "forkserver" (or "spawn", but it is much slower) method:
https://docs.python.org/3/library/multiprocessing.html#contexts-and-start-methods

----------

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


More information about the Python-bugs-list mailing list