[Python-Dev] test_subprocess failing

Christian Heimes lists at cheimes.de
Sat Apr 19 20:19:29 CEST 2008


skip at pobox.com 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


More information about the Python-Dev mailing list