Antoine Pitrou <pit...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue12488>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to