-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
affects-typeshedAnything that blocks a typeshed changeAnything that blocks a typeshed changetopic-asyncasync, await, asyncioasync, await, asyncio
Description
As mentioned in the code, AwaitableGenerator doesn't exist in typing.py or PEP 484.
https://github.com/python/typeshed/blob/626a0f3f7353e484e8a6c5d7a2b3f37e4694e132/stdlib/3/typing.pyi#L208
It appears it's an "intentionally undocumented" implementation detail of mypy, as mentioned in #2907. Ideally, these shouldn't leak into typeshed.
Metadata
Metadata
Assignees
Labels
affects-typeshedAnything that blocks a typeshed changeAnything that blocks a typeshed changetopic-asyncasync, await, asyncioasync, await, asyncio