]> git.donarmstrong.com Git - dak.git/commitdiff
Reset signal handler to default action in child processes
authorAnsgar Burchardt <ansgar@debian.org>
Sun, 20 Oct 2013 09:02:04 +0000 (11:02 +0200)
committerAnsgar Burchardt <ansgar@debian.org>
Sun, 20 Oct 2013 09:11:40 +0000 (11:11 +0200)
Python changes the signal handler to SIG_IGN for a few signals which
causes unexpected behaviour in child processes. The wrapper functions in
the new daklib.daksubprocess module reset them to SIG_DFL in child
processes.

Reference: http://bugs.python.org/issue1652


No differences found