]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-119605: Respect `follow_wrapped` for `__init__` and `__new__` when getting class...
authorXuehai Pan <XuehaiPan@pku.edu.cn>
Thu, 1 May 2025 22:41:44 +0000 (06:41 +0800)
committerGitHub <noreply@github.com>
Thu, 1 May 2025 22:41:44 +0000 (15:41 -0700)
commitb8633f9aca9b198e5592106b649389d638cbc620
treecdb00e9a1136a16acd3d3147236475da2b77555d
parentc14134020f44575635e11e4552cefcfd8cdbe22f
gh-119605: Respect `follow_wrapped` for `__init__` and `__new__` when getting class signature with `inspect.signature` (#132055)
Lib/inspect.py
Lib/test/test_inspect/test_inspect.py
Lib/test/test_warnings/__init__.py
Misc/NEWS.d/next/Library/2025-04-03-17-19-42.gh-issue-119605.c7QXAA.rst [new file with mode: 0644]