[issue22104] test_asyncio unstable in refleak mode

Antoine Pitrou report at bugs.python.org
Wed Jul 30 15:27:46 CEST 2014


Antoine Pitrou added the comment:

Le 30/07/2014 06:08, STINNER Victor a écrit :
>
> This test uses a coroutine which raises an exception. The exception
> is
stored in a Task object. But the exception contains also a traceback
which indirectly creates a reference cycle.

regrtest calls gc.collect().

----------

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


More information about the Python-bugs-list mailing list