Change by Thomas Krennwallner :
--
keywords: +patch
nosy: +tkren
nosy_count: 3.0 -> 4.0
pull_requests: +18343
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/18996
___
Python tracker
<https://bugs.python.org/i
Change by Thomas Krennwallner :
--
pull_requests: +11284, 11285
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue35759>
___
___
Python-
Change by Thomas Krennwallner :
--
pull_requests: +11284
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue35759>
___
___
Python-
New submission from Thomas Krennwallner :
The `inspect` module does not contain functions for determining the current
state of asynchronous generators. That is, there is no introspection API for
asynchronous generators that match the API for generators and coroutines:
https://docs.python.org