[Python-Dev] test_subprocess failing

skip at pobox.com skip at pobox.com
Sat Apr 19 12:39:40 CEST 2008


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().

Skip



More information about the Python-Dev mailing list