[issue34520] test_asyncio leaked [2, 2, 2] references, sum=6 in AMD64 Windows8.1 Refleaks 3.7

2019-06-14 Thread STINNER Victor
STINNER Victor added the comment: Sadly, without much information, it's hard to guess what leaked nor if the issue has been fixed in the meanwhile. So I close the issue as outdated. I just found a leak in test_asyncio ProactorLoopCtrlC and I proposed a fix:

[issue34520] test_asyncio leaked [2, 2, 2] references, sum=6 in AMD64 Windows8.1 Refleaks 3.7

2018-08-28 Thread STINNER Victor
STINNER Victor added the comment: See also bpo-32710. -- nosy: +vstinner ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue34520] test_asyncio leaked [2, 2, 2] references, sum=6 in AMD64 Windows8.1 Refleaks 3.7

2018-08-28 Thread Brett Cannon
Brett Cannon added the comment: If it isn't leaking in 3.8 then it's possibly not disposing of the event loop (I added a check for that in https://github.com/python/cpython/commit/8425de4147eb8d83befbb8ea77516fc764bb4309#diff-226dcee10b9d2f379e54d4415489236f ). -- nosy:

[issue34520] test_asyncio leaked [2, 2, 2] references, sum=6 in AMD64 Windows8.1 Refleaks 3.7

2018-08-27 Thread Pablo Galindo Salgado
New submission from Pablo Galindo Salgado : test_asyncio is potentially leaking resources in AMD64 Windows8.1 Refleaks 3.7: https://buildbot.python.org/all/#/builders/132/builds/241 -- Ran 1782 tests in 115.342s OK