]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-128184: Fix display of signatures with ForwardRefs (#130815)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Tue, 4 Mar 2025 14:58:37 +0000 (06:58 -0800)
committerGitHub <noreply@github.com>
Tue, 4 Mar 2025 14:58:37 +0000 (06:58 -0800)
commit1d251b8339a34a54e5d82d912d90bc0ca96e8757
treee3333a3a15b87da9bc3e61149a2a6fb0060be26c
parent80e6d3ec4972220587c8b883161311a49ea8d0ff
gh-128184: Fix display of signatures with ForwardRefs (#130815)

Co-authored-by: sobolevn <mail@sobolevn.me>
Lib/dataclasses.py
Lib/inspect.py
Lib/test/test_dataclasses/__init__.py
Lib/test/test_inspect/test_inspect.py
Misc/NEWS.d/next/Library/2024-12-23-17-00-35.gh-issue-128184.cRQvgM.rst [new file with mode: 0644]