commit | 4088ad9dcef0d7bbe26dc4a2527d4220ac558f53 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue Feb 17 22:54:11 2015 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Tue Feb 17 22:54:11 2015 +0100 |
tree | 3e968b6926155df723faa6abaa750afaf6ff29ba | |
parent | 4cb814c7e1840b9e4d479cc43e65b6fff451ae90 [diff] |
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.