]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-144085: Add `{gi,cr}_suspended` to `inspect` comments and `generator/corout...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 21 Jan 2026 11:02:35 +0000 (12:02 +0100)
committerGitHub <noreply@github.com>
Wed, 21 Jan 2026 11:02:35 +0000 (11:02 +0000)
commitaa223bdec6f631aa8213289681c6cb6a7077c741
tree8214278f7f29aabf8470b6bc36f0d184b38d4a07
parent482a2536bc2431d071a74d7a67ecb6a0038227aa
[3.14] gh-144085: Add `{gi,cr}_suspended` to `inspect` comments and `generator/coroutine` tests (GH-144086) (#144104)

gh-144085: Add `{gi,cr}_suspended` to `inspect` comments and `generator/coroutine` tests (GH-144086)
(cherry picked from commit 4ef30a5871db2043712945e64f33af81938d68dc)

Co-authored-by: Yongtao Huang <yongtaoh2022@gmail.com>
Lib/inspect.py
Lib/test/test_types.py