asyncio

Marko Rauhamaa marko at pacujo.net
Fri Mar 27 11:44:31 EDT 2015


Ian Kelly <ian.g.kelly at 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



More information about the Python-list mailing list