]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-133701: Fix incorrect `__annotations__` on TypedDict defined under PEP...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 14 May 2025 13:54:29 +0000 (15:54 +0200)
committerGitHub <noreply@github.com>
Wed, 14 May 2025 13:54:29 +0000 (13:54 +0000)
commitd6cb8fa86eb3c6e41e532c247a02c1c3df93e744
tree4e2e8d0d0b9c07a954aa6da09d019b99367539df
parenta9629341061dda961948532b9241423532c8ac9b
[3.14] gh-133701: Fix incorrect `__annotations__` on TypedDict defined under PEP 563 (GH-133772) (#134003)

gh-133701: Fix incorrect `__annotations__` on TypedDict defined under PEP 563 (GH-133772)
(cherry picked from commit 9836503b48e047db117b3bef3a812c40ed3e988a)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
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]