]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] 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:31:01 +0000 (18:31 +0200)
committerGitHub <noreply@github.com>
Tue, 25 Jun 2024 16:31:01 +0000 (16:31 +0000)
commita85241d76bd5afc935ae26c0bdaf08bb69f5bfbf
tree61f268d1b9f0ac73aa2587f03ca8de7e34808798
parent89bc912dbe277e96e2c7065e06bf8943ddd58eae
[3.12] gh-114053: Fix another edge case involving `get_type_hints`, PEP 695 and PEP 563 (GH-120272) (#121004)

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]