]> 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>
Sat, 22 Jan 2022 17:28:48 +0000 (09:28 -0800)
committerGitHub <noreply@github.com>
Sat, 22 Jan 2022 17:28:48 +0000 (09:28 -0800)
commit83aef4d34022f293336f606dba8598cc7ac8f9f2
tree73a1d5f670c3e55d4900dd673b35d4cf236dbe15
parent923c994400b3f1c67f95d25c703e131890a16912
bpo-43118: Fix bug in inspect.signature around 'base.__text_signature__' (GH-30285) (#30765)

(cherry picked from commit 881a763cfe07ef4a5806ec78f13a9bc99e8909dc)

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