[Python-Dev] test_subprocess failing (original) (raw)
skip at pobox.com skip at pobox.com
Sat Apr 19 12:39:40 CEST 2008
- Previous message: [Python-Dev] unscriptable?
- Next message: [Python-Dev] test_subprocess failing
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] unscriptable?
- Next message: [Python-Dev] test_subprocess failing
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]