[EMAIL PROTECTED] schrieb: > test_subprocess failed in Neal's regression test overnight. My guess for > the culprit would be Christian's checkin on Friday: > > r62386 | christian.heimes | 2008-04-18 21:23:57 -0500 (Fri, 18 Apr 2008) | > 2 lines > > Added kill, terminate and send_signal to subprocess.Popen. The bits and > pieces for the Windows side were already in place. The POSIX side is trivial > (as usual) and uses os.kill().
The processes were killed too early. The tests now wait until the subprocess sends out a string. Christian _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com