]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133701: Fix incorrect `__annotations__` on TypedDict defined under PEP 563 (#133772)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Wed, 14 May 2025 13:24:33 +0000 (06:24 -0700)
committerGitHub <noreply@github.com>
Wed, 14 May 2025 13:24:33 +0000 (06:24 -0700)
commit9836503b48e047db117b3bef3a812c40ed3e988a
tree2a5ddf00037066d637033a346b8ab5f908ee958b
parent5d118d0a922334e47db5159089d74dda21329b74
gh-133701: Fix incorrect `__annotations__` on TypedDict defined under PEP 563 (#133772)
Lib/test/support/__init__.py
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2025-05-09-08-49-03.gh-issue-133701.KI8tGz.rst [new file with mode: 0644]