]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43118: Fix bug in inspect.signature around 'base.__text_signature__' (GH-30285)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 21 Jan 2022 22:06:35 +0000 (14:06 -0800)
committerGitHub <noreply@github.com>
Fri, 21 Jan 2022 22:06:35 +0000 (14:06 -0800)
commit9e3ff821dac05e8fde030ec83bd988f3eba66065
tree69a1ab35f9bbd13bb3df4932413c91b0a5a58362
parentc3ad850b57f92bd7c5515616b59afbd9e1c79538
bpo-43118: Fix bug in inspect.signature around 'base.__text_signature__' (GH-30285)

(cherry picked from commit 881a763cfe07ef4a5806ec78f13a9bc99e8909dc)

Co-authored-by: Weipeng Hong <hongweichen8888@sina.com>
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]