]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-114053: Fix another edge case involving `get_type_hints`, PEP 695 and PEP...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 25 Jun 2024 16:30:08 +0000 (18:30 +0200)
committerGitHub <noreply@github.com>
Tue, 25 Jun 2024 16:30:08 +0000 (16:30 +0000)
commitf4f8a714b5fe0e83d63c54cdf39e8d8920047e6c
treefb85b7735edb71983732d494c4dce61690d3773c
parent899dfbaf0e62c71885eced4747d7d4c93b7bbd4f
[3.13] gh-114053: Fix another edge case involving `get_type_hints`, PEP 695 and PEP 563 (GH-120272) (#121003)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
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]