Дамјан ГеоргиеР²Ñки wrote:
A Linux-specific solution is prctl(2).
I'm starting a Unix tool with subprocess.Pope n() from a python script
and I want the child to be killed when the parent (my script) ends for
whatever reason *including* if it gets killed by SIGKILL.
and I want the child to be killed when the parent (my script) ends for
whatever reason *including* if it gets killed by SIGKILL.
Comment