Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f91d845 commit e7a2f64Copy full SHA for e7a2f64
1 file changed
Lib/test/test_asyncio/test_subprocess.py
@@ -367,6 +367,7 @@ def kill():
367
proc.kill = kill
368
returncode = transport.get_returncode()
369
transport.close()
370
+ yield from transport._wait()
371
return (returncode, kill_called)
372
373
# Ignore "Close running child process: kill ..." log
0 commit comments