python-trio / trio-typing

Type hints for Trio and related projects
Other
27 stars 14 forks source link

Fix aclosing async generator support #33

Closed florimondmanca closed 2 years ago

florimondmanca commented 3 years ago

Fixes #31

See https://github.com/python-trio/trio-typing/issues/31#issuecomment-867534826 for rationale

Attempting something — I wasn't able to figure out how to set things up and run tests locally, so let's see what happens on CI…

graingert commented 3 years ago

fixed in the stdlib here: https://github.com/python/typeshed/pull/5708

oremanj commented 2 years ago

Sorry for the delay on this. We got the code change in in #41, but this adds a useful test. I fixed it up (we have CI now) and merged it.