async generators are unimplemented #1483
Replies: 2 comments 7 replies
-
You can perhaps write out the |
Beta Was this translation helpful? Give feedback.
7 replies
-
Will be resolved when mypyc supports async generators. Closing discussion |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The mypyc error "async generators are unimplemented" occurs when the FastApi/Starlette lifespan feature is used:
Does this mean mypyc has not implemented support for AsyncGenerator? If so, is there a workaround?
Beta Was this translation helpful? Give feedback.
All reactions