Ian Kelly <ian.g.ke...@gmail.com>:

> Actually I think this explains it. In the OP's while loop, he updates
> his task list with the line:
>
> tasks = asyncio.Task.all_tasks(loop)
>
> This creates a strong reference to each of the returned tasks.

Good catch!


Marko
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to