]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-114053: Fix bad interaction of PEP-695, PEP-563 and ``get_type_hints``...
authorAlex Waygood <Alex.Waygood@Gmail.com>
Fri, 19 Apr 2024 13:41:28 +0000 (14:41 +0100)
committerGitHub <noreply@github.com>
Fri, 19 Apr 2024 13:41:28 +0000 (13:41 +0000)
commit5430f614371530aab1178b3b610add4bf54c383e
treeb06c6fbeac3bc747ea00b4715b90e15025db47d6
parent6584ad9aa7b2940d5e8291453c676371304d6dc4
[3.12] gh-114053: Fix bad interaction of PEP-695, PEP-563 and ``get_type_hints`` (#118009) (#118104)

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]