[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_asyncio
beginning 6 repetitions
123456
..
test_asyncio leaked [388, 388, 388] references, sum=1164
test_asyncio leaked [84, 85, 85] memory blocks, sum=254
1 test failed:
test_asyncio
--

See also the issue #23353.

Note: test_close_dont_kill_finished() doesn't leak.

--
components: asyncio
messages: 236152
nosy: gvanrossum, haypo, yselivanov
priority: normal
severity: normal
status: open
title: asyncio: reference leak in test_close_kill_running()
versions: Python 3.4, Python 3.5

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23475
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 rep...@bugs.python.org
http://bugs.python.org/issue23475
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23475] asyncio: reference leak in test_close_kill_running()

2015-02-17 Thread STINNER Victor

Changes by STINNER Victor victor.stin...@gmail.com:


--
resolution:  - fixed
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23475
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com