[issue42085] Add dedicated slot for sending values

STINNER Victor report at bugs.python.org
Wed Nov 11 11:50:35 EST 2020


STINNER Victor <vstinner at python.org> added the comment:

Thanks! The change fixed the leak:

$ ./python -m test -j0 -R 3:3 test_asyncgen test_coroutines test_unittest # test_asyncio 
(...)
Tests result: SUCCESS

I didn't run test_asyncio because the test is too slow.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42085>
_______________________________________


More information about the Python-bugs-list mailing list