cpython: 122f952add3c (original) (raw)

Mercurial > cpython

changeset 71910:122f952add3c 3.2

Issue #12650: fix failures on some buildbots, when a subprocess takes a long time to spawn. [#12650]

Charles-François Natali neologix@free.fr
date Fri, 19 Aug 2011 00:24:00 +0200
parents 9887d8127b10
children a32ae2749cd1 f6b0c794495a
files Lib/test/test_subprocess.py
diffstat 1 files changed, 0 insertions(+), 12 deletions(-)[+] [-] Lib/test/test_subprocess.py 12

line wrap: on

line diff

--- a/Lib/test/test_subprocess.py +++ b/Lib/test/test_subprocess.py @@ -1410,18 +1410,6 @@ class POSIXProcessTestCase(BaseTestCase) # check that p is in the active processes list self.assertIn(ident, [id(o) for o in subprocess._active])

- def test_leak_fast_process_del_killed(self): # Issue #12650: on Unix, if Popen.del() was called before the # process exited, and the process got killed by a signal, it would never