[issue28965] Multiprocessing spawn/forkserver fails to pass Queues

Antoine Pitrou report at bugs.python.org
Sat Jul 22 17:25:29 EDT 2017


Antoine Pitrou added the comment:

More exactly, since the child process is not "daemonic", the parent process waits for it to end, but after collecting the queue's resources.

----------

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


More information about the Python-bugs-list mailing list