]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-114053: Fix another edge case involving `get_type_hints`, PEP 695 and PEP 563...
authorAlex Waygood <Alex.Waygood@Gmail.com>
Tue, 25 Jun 2024 15:53:18 +0000 (16:53 +0100)
committerGitHub <noreply@github.com>
Tue, 25 Jun 2024 15:53:18 +0000 (16:53 +0100)
commit2d3187bf205ae826bab3d5cf67c0c673e8af2a88
tree1e412839f3cc9a846d66b57686c0d475ee9cfbc7
parent8f5a01707f27a015b52b7b55af058f8833f8f7db
gh-114053: Fix another edge case involving `get_type_hints`, PEP 695 and PEP 563 (#120272)
Lib/test/test_typing.py
Lib/test/typinganndata/ann_module695.py
Lib/typing.py
Misc/NEWS.d/next/Library/2024-06-08-15-46-35.gh-issue-114053.Ub2XgJ.rst [new file with mode: 0644]