This issue is similar to #138966. In #11590 (Python 3.12), the `ag_suspended` attribute was added to async generator objects, and this was also reflected in python/typeshed#10288. However, it is missing from the ["Types and members" section of the `inspect` module](https://docs.python.org/3/library/inspect.html#types-and-members). <!-- gh-linked-prs --> ### Linked PRs * gh-142997 * gh-143258 * gh-143287 <!-- /gh-linked-prs -->
This issue is similar to #138966. In #11590 (Python 3.12), the
ag_suspendedattribute was added to async generator objects, and this was also reflected in python/typeshed#10288. However, it is missing from the "Types and members" section of theinspectmodule.Linked PRs
inspect#142997inspect(GH-142997) #143258inspect(GH-142997) #143287