[issue12488] multiprocessing.Connection does not communicate pipe closure between parent and child
July 4, 2011
5:15 p.m.
Antoine Pitrou <pitrou@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@bugs.python.org> <http://bugs.python.org/issue12488> _______________________________________
5458
Age (days ago)
5458
Last active (days ago)
0 comments
1 participants
participants (1)
-
Antoine Pitrou