[issue30110] test_asyncio reports reference leak

2017-05-14 Thread Xiang Zhang
Changes by Xiang Zhang : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs-li

[issue30110] test_asyncio reports reference leak

2017-05-14 Thread Xiang Zhang
Xiang Zhang added the comment: New changeset 51ab4ada8fc99c24d434a533693375169c097006 by Xiang Zhang in branch '3.5': bpo-30110: fix resource leak in test_asyncio.test_events (#1413) (#1585) https://github.com/python/cpython/commit/51ab4ada8fc99c24d434a533693375169c097006 --

[issue30110] test_asyncio reports reference leak

2017-05-14 Thread Xiang Zhang
Xiang Zhang added the comment: New changeset 0ce1f7e02d4102e8a459d1855d689c8e4613a327 by Xiang Zhang in branch '3.6': bpo-30110: fix resource leak in test_asyncio.test_events (#1413) (#1584) https://github.com/python/cpython/commit/0ce1f7e02d4102e8a459d1855d689c8e4613a327 --

[issue30110] test_asyncio reports reference leak

2017-05-14 Thread Xiang Zhang
Changes by Xiang Zhang : -- pull_requests: +1678 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue30110] test_asyncio reports reference leak

2017-05-14 Thread Xiang Zhang
Changes by Xiang Zhang : -- pull_requests: +1677 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue30110] test_asyncio reports reference leak

2017-05-14 Thread Xiang Zhang
Xiang Zhang added the comment: New changeset 7c278a5eeb656c2b48a85bbd761ce165f1751bb6 by Xiang Zhang in branch 'master': bpo-30110: fix resource leak in test_asyncio.test_events (#1413) https://github.com/python/cpython/commit/7c278a5eeb656c2b48a85bbd761ce165f1751bb6 -- _

[issue30110] test_asyncio reports reference leak

2017-05-03 Thread STINNER Victor
STINNER Victor added the comment: IMHO not calling shutdown() is a bug and Python should help developers to detect it. I proposed the issue #30244 to emit a ResourceWarning in concurrent.futures executor destructors. -- nosy: +haypo ___ Python track

[issue30110] test_asyncio reports reference leak

2017-05-02 Thread Xiang Zhang
Changes by Xiang Zhang : -- pull_requests: +1521 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue30110] test_asyncio reports reference leak

2017-04-19 Thread Xiang Zhang
New submission from Xiang Zhang: Running test suite with refleak hunter reports test_asyncio leaks referrences: 0:00:00 [1/1] test_asyncio Executing .start() done, defined at /home/angwer/repos/cpython/Lib/test/test_asyncio/test_pep492.py:150> result=None created at /home/angwer/repos/cpython