]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106727: Make `inspect.getsource` smarter for class for same name definitions ...
authorTian Gao <gaogaotiantian@hotmail.com>
Tue, 18 Jul 2023 23:20:31 +0000 (15:20 -0800)
committerGitHub <noreply@github.com>
Tue, 18 Jul 2023 23:20:31 +0000 (23:20 +0000)
commit663854d73b35feeb004ae0970e45b53ca27774a1
tree24f61e97f387c4e1168672b75633f7ca8c8d29c2
parent505eede38d141d43e40e246319b157e3c77211d3
gh-106727: Make `inspect.getsource` smarter for class for same name definitions (#106815)
Lib/inspect.py
Lib/test/inspect_fodder2.py
Lib/test/test_inspect.py
Misc/NEWS.d/next/Library/2023-07-16-23-59-33.gh-issue-106727.bk3uCu.rst [new file with mode: 0644]