STINNER Victor <victor.stin...@haypocalc.com> added the comment:

On Linux, the clone() syscall allows the change the signal send by the child to 
the parent when it terminates. It's also possible to choose to not send a 
signal when at child exit... But I don't think that subprocess uses such 
options ;-)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12187>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to