]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-137226: Fix get_type_hints() on generic TypedDict with stringified annotati...
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Wed, 17 Sep 2025 09:22:16 +0000 (02:22 -0700)
committerGitHub <noreply@github.com>
Wed, 17 Sep 2025 09:22:16 +0000 (12:22 +0300)
commit6038447d99663b0434a4f2c545c0543e9a81fdc3
tree4725c3eba64993f5830aaee7a92ba971f6dc75d1
parent82fce8271c4f34514db6d31559e483d5fe47a0bb
[3.14] gh-137226: Fix get_type_hints() on generic TypedDict with stringified annotations (GH-138953) (#138989)
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2025-09-15-13-09-19.gh-issue-137226.HH3_ik.rst [new file with mode: 0644]