[issue22104] test_asyncio unstable in refleak mode

Zachary Ware report at bugs.python.org
Wed Jul 30 16:39:47 CEST 2014


Zachary Ware added the comment:

I checked on my theory, and removing the extra reference to 'tests' from the runtest_inner scope fixes it for me:

$ python -m test -R 3:3: test_asyncio
Running Debug|Win32 interpreter...
[1/1] test_asyncio
beginning 6 repetitions
123456
......
1 test OK.

Here's the patch.

----------
keywords: +patch
Added file: http://bugs.python.org/file36166/issue22104.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22104>
_______________________________________


More information about the Python-bugs-list mailing list