Commit 38421b21 authored by Victor Stinner's avatar Victor Stinner

Merge 3.4 (asyncio)

parents c5ab2c30 915eb871
...@@ -367,6 +367,7 @@ class SubprocessMixin: ...@@ -367,6 +367,7 @@ class SubprocessMixin:
proc.kill = kill proc.kill = kill
returncode = transport.get_returncode() returncode = transport.get_returncode()
transport.close() transport.close()
yield from transport._wait()
return (returncode, kill_called) return (returncode, kill_called)
# Ignore "Close running child process: kill ..." log # Ignore "Close running child process: kill ..." log
......
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