]> granicus.if.org Git - python/commit
Issue #23475, asyncio: Fix test_close_kill_running()
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 17 Feb 2015 21:54:11 +0000 (22:54 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 17 Feb 2015 21:54:11 +0000 (22:54 +0100)
commit4088ad9dcef0d7bbe26dc4a2527d4220ac558f53
tree3e968b6926155df723faa6abaa750afaf6ff29ba
parent4cb814c7e1840b9e4d479cc43e65b6fff451ae90
Issue #23475, asyncio: Fix test_close_kill_running()

Really kill the child process, don't mock completly the Popen.kill() method.

This change fix memory leaks and reference leaks.
Lib/test/test_asyncio/test_subprocess.py