]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-114053: Fix bad interaction of PEP 695, PEP 563 and `inspect.get_annotations`...
authorAlex Waygood <Alex.Waygood@Gmail.com>
Thu, 13 Jun 2024 21:16:40 +0000 (22:16 +0100)
committerGitHub <noreply@github.com>
Thu, 13 Jun 2024 21:16:40 +0000 (21:16 +0000)
commit42351c3b9a357ec67135b30ed41f59e6f306ac52
tree36872861b84282dba66ec2e056eddfaf7d89f7a5
parentd88a1f2e156cd1072119afa91d4f4dc4037c1b21
gh-114053: Fix bad interaction of PEP 695, PEP 563 and `inspect.get_annotations` (#120270)
Lib/inspect.py
Lib/test/test_inspect/inspect_stringized_annotations_pep695.py [new file with mode: 0644]
Lib/test/test_inspect/test_inspect.py
Misc/NEWS.d/next/Library/2024-06-08-15-15-29.gh-issue-114053.WQLAFG.rst [new file with mode: 0644]