[issue12488] multiprocessing.Connection does not communicate pipe closure between parent and child

Antoine Pitrou report at bugs.python.org
Mon Jul 4 19:15:14 CEST 2011


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

By the way, if you don't want children processes to continue running when the master exits, just make them daemonic processes (by adding "daemon=True" to the Process() constructor call).

----------

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


More information about the Python-bugs-list mailing list