mirror of
https://github.com/python/cpython.git
synced 2025-09-28 19:25:27 +00:00
Merge 3.4 (asyncio)
This commit is contained in:
commit
a634433a00
1 changed files with 1 additions and 0 deletions
|
@ -367,6 +367,7 @@ class SubprocessMixin:
|
|||
proc.kill = kill
|
||||
returncode = transport.get_returncode()
|
||||
transport.close()
|
||||
yield from transport._wait()
|
||||
return (returncode, kill_called)
|
||||
|
||||
# Ignore "Close running child process: kill ..." log
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue