[issue21163] asyncio doesn't warn if a task is destroyed during its execution

Marco Paolini report at bugs.python.org
Sat Sep 20 22:31:46 CEST 2014


Marco Paolini added the comment:

Sorry for keeping this alive.

Take a look at the `wait_for.py` just submitted in the unrelated #22448: no strong refs to the tasks are kept. Tasks remain alive only because they are timers and the event loop keeps strong ref.

Do you think my proposed patch is OK? Sould I open a new issue?

----------

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


More information about the Python-bugs-list mailing list