async_generator icon indicating copy to clipboard operation
async_generator copied to clipboard

Fix @asynccontextmanager doesn't work well with async generators

Open matham opened this issue 5 years ago • 0 comments

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

matham avatar Aug 11 '20 19:08 matham