]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-114053: Fix bad interaction of PEP-695, PEP-563 and ``get_type_hints`` (#118009)
authorAlex Waygood <Alex.Waygood@Gmail.com>
Fri, 19 Apr 2024 13:03:44 +0000 (14:03 +0100)
committerGitHub <noreply@github.com>
Fri, 19 Apr 2024 13:03:44 +0000 (13:03 +0000)
commit1e3e7ce11e3b0fc76e981db85d27019d6d210bbc
treec9b6e5ad1054a6eef89050027202d71f58497d08
parent15b3555e4a47ec925c965778a415dc11f0f981fd
gh-114053: Fix bad interaction of PEP-695, PEP-563 and ``get_type_hints`` (#118009)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Doc/library/typing.rst
Lib/test/test_typing.py
Lib/test/typinganndata/ann_module695.py [new file with mode: 0644]
Lib/typing.py
Misc/NEWS.d/next/Library/2024-04-17-22-00-15.gh-issue-114053._JBV4D.rst [new file with mode: 0644]