Kaydet (Commit) dbf8e839 authored tarafından Brian Curtin's avatar Brian Curtin

Backport r85525 from #10098.

üst 3606f957
...@@ -750,7 +750,7 @@ class Win32KillTests(unittest.TestCase): ...@@ -750,7 +750,7 @@ class Win32KillTests(unittest.TestCase):
# Let the interpreter startup before we send signals. See #3137. # Let the interpreter startup before we send signals. See #3137.
count, max = 0, 20 count, max = 0, 20
while count < max and proc.poll() is None: while count < max and proc.poll() is None:
if m[0] == '0': if m[0] == '1':
break break
time.sleep(0.5) time.sleep(0.5)
count += 1 count += 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment