@ -139,5 +139,6 @@ finally:
for p in [p1, p2]:
try:
os.kill(p.pid, signal.SIGQUIT)
os.waitpid(p.pid, 0)
except OSError:
pass