python-trio / async_generator

Making it easy to write async iterators in Python 3.5
Other
95 stars 24 forks source link

Fix @asynccontextmanager doesn't work well with async generators #33

Open matham opened 4 years ago

matham commented 4 years ago

Workaround for https://bugs.python.org/issue33786 that wasn't backported until python 3.7.9: https://github.com/python/cpython/commits/13c94747c74437e594b7fc242ff7da668e81887c.