[issue23475] asyncio: reference leak in test_close_kill_running()

2015-02-17 Thread STINNER Victor
Changes by STINNER Victor : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue23475] asyncio: reference leak in test_close_kill_running()

2015-02-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0f6ddf944521 by Victor Stinner in branch '3.4': Issue #23475, asyncio: Fix test_close_kill_running() https://hg.python.org/cpython/rev/0f6ddf944521 -- nosy: +python-dev ___ Python tracker

[issue23475] asyncio: reference leak in test_close_kill_running()

2015-02-17 Thread STINNER Victor
New submission from STINNER Victor: The test_close_kill_running() test of test.test_asyncio.test_subprocess leaks references. It may be a reference cycle. -- haypo@selma$ ./python -Wall -b -m test.regrtest -R 3:3:refleaks -m test_close_kill_running test_asyncio [1/1] test_