On Friday, March 27, 2015 at 7:17:26 AM UTC-7, Ian wrote:
> On Fri, Mar 27, 2015 at 6:38 AM, Marko Rauhamaa wrote:
> > I don't know the answer to your question. A superficial glance at the
> > relevant asyncio source code (and documentation) suggests you shouldn't
> > be seeing what you are seeing
Hi,
On Friday, March 27, 2015 at 1:55:36 AM UTC-7, Marko Rauhamaa wrote:
> Ćukasz Ligowski :
>
> > Is there a way to prune finished tasks (I tried forcing gc) or I do
> > something wrong?
>
> Guessing that you need to call asyncio.wait() or asyncio.wait_for() to
> get rid of the zombies.
>
> (A