]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-118404: Fix inspect.signature() for non-comparable callables (GH-118405)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 30 Apr 2024 12:04:16 +0000 (15:04 +0300)
committerGitHub <noreply@github.com>
Tue, 30 Apr 2024 12:04:16 +0000 (15:04 +0300)
commit11f8348d78c22f85694d7a424541b34d6054a8ee
tree5b77177bc3e452e9cfb0aa4a395fe970be602354
parent5b05d452cd20d9f0cfecdeec90adad3af5e4dfff
gh-118404: Fix inspect.signature() for non-comparable callables (GH-118405)
Lib/inspect.py
Lib/test/test_inspect/test_inspect.py
Misc/NEWS.d/next/Library/2024-04-29-22-11-54.gh-issue-118404.GYfMaD.rst [new file with mode: 0644]