]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43118: Fix bug in inspect.signature around 'base.__text_signature__' (GH-30285)
authorWeipeng Hong <hongweichen8888@sina.com>
Fri, 21 Jan 2022 21:24:33 +0000 (05:24 +0800)
committerGitHub <noreply@github.com>
Fri, 21 Jan 2022 21:24:33 +0000 (13:24 -0800)
commit881a763cfe07ef4a5806ec78f13a9bc99e8909dc
tree691ee16f62705ba8254854695e9a9ad4a36860dc
parent00b2b578bd9e516d601063a086b03177f546bcdd
bpo-43118: Fix bug in inspect.signature around 'base.__text_signature__' (GH-30285)
Lib/inspect.py
Lib/test/ann_module7.py [new file with mode: 0644]
Lib/test/test_inspect.py
Misc/NEWS.d/next/Library/2021-12-29-14-42-09.bpo-43118.BoVi_5.rst [new file with mode: 0644]