Yury Selivanov

Results 403 comments of Yury Selivanov

сс @elprans @fantix +1 from me. We should test that creating a Python thread in our IO process and joining it later doesn't impact the performance (benchmark, start a Python...

I think we should instead adopt the JS event receiver pattern or straight `async for event in client.listen_for(...)` syntax. That said, the way we expose this in Python is a...

Colin, please take a look

Why can't we use the builtin `tuple` type for our tuples? The `__repr__` is basically compatible, so maybe just drop our custom tuple implementation and use the builtin one? It...

Interesting. Nathaniel, do you have this problem in Trio (aclose() not cancelling an anext()) or cancel scopes solve this problem somehow?

> So I think we just need to fix ag_running and then recommend people find other ways to interrupt running async generators. Agree. Speaking of fixing ag_running, could you please...

Christian, do you think the sessions support shouldn't be added to asyncio in 3.8?

@anton-ryzhov Good catch. The code looks OK, just add a comment explaining why your change works in all cases.