]> granicus.if.org Git - python/commit
asyncio: BaseSubprocessTransport.close() doesn't try to kill the process if it
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 10 Feb 2015 13:49:32 +0000 (14:49 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 10 Feb 2015 13:49:32 +0000 (14:49 +0100)
commit8e36812e27f70bd6e4b3b85c9e9e858b0ac0df5e
treeed88c714f3995dd3e85e3f8fef26097e04a6e285
parent832dd5f0d65d3a0ebd7d7c7a3a4c80ab5170cd08
asyncio: BaseSubprocessTransport.close() doesn't try to kill the process if it
already finished
Lib/asyncio/base_subprocess.py
Lib/test/test_asyncio/test_subprocess.py