]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116987: Support class code objects in inspect.findsource() (GH-117025)
authorTian Gao <gaogaotiantian@hotmail.com>
Thu, 21 Mar 2024 10:30:10 +0000 (03:30 -0700)
committerGitHub <noreply@github.com>
Thu, 21 Mar 2024 10:30:10 +0000 (10:30 +0000)
commitd16c9d1278164f04778861814ebc87ed087511fc
treef75015b09200282f310af828f79edaa650c3c908
parent6547330f4e896c6748da23704b617e060e6cc68e
gh-116987: Support class code objects in inspect.findsource() (GH-117025)
Lib/inspect.py
Lib/test/test_inspect/inspect_fodder2.py
Lib/test/test_inspect/test_inspect.py
Misc/NEWS.d/next/Library/2024-03-19-19-42-25.gh-issue-116987.ZVKUH1.rst [new file with mode: 0644]