Re: [Python-Dev] test_subprocess failing

2008-04-19 Thread Christian Heimes
[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 s

[Python-Dev] test_subprocess failing

2008-04-19 Thread skip
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 f