]> granicus.if.org Git - python/commit
asyncio: Fix warning in test_close_kill_running()
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 17 Feb 2015 22:36:02 +0000 (23:36 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 17 Feb 2015 22:36:02 +0000 (23:36 +0100)
commite7a2f64435d795712a766a088541b43dc7cee5b7
tree3df91aa5a19bde52753e5f7f7748ed7758b050bd
parentf91d845797255240ea42297d520727f93fcab44c
asyncio: Fix warning in test_close_kill_running()

Read process exit status to avoid the "Caught subprocess termination from
unknown pid" message.
Lib/test/test_asyncio/test_subprocess.py