]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-79940: add introspection API for asynchronous generators to `inspect` module ...
authorThomas Krennwallner <tk@postsubmeta.net>
Sat, 11 Mar 2023 13:19:40 +0000 (08:19 -0500)
committerGitHub <noreply@github.com>
Sat, 11 Mar 2023 13:19:40 +0000 (18:49 +0530)
commitced13c96a4eb9391a9d27e3e13218f70c579670f
tree2e48fbdb4e1539ae821c5b3ac0a7a70e6d1fbf93
parentaa0a73d1bc53dcb6348a869df1e775138991e561
gh-79940: add introspection API for asynchronous generators to `inspect` module (#11590)
Doc/library/inspect.rst
Doc/whatsnew/3.12.rst
Lib/inspect.py
Lib/test/test_inspect.py
Misc/NEWS.d/next/Library/2023-02-26-17-29-57.gh-issue-79940.SAfmAy.rst [new file with mode: 0644]
Objects/genobject.c