[issue31489] Signal delivered to a subprocess triggers parent's handler

Ilya Kulakov report at bugs.python.org
Sat Sep 16 01:37:43 EDT 2017


Ilya Kulakov added the comment:

I think either loop's signal handler should not be called from a subprocess or at the very least, os.getpid / os.getpgrp should report correctly.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31489>
_______________________________________


More information about the Python-bugs-list mailing list