]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-137840: Implement PEP 728 (closed and extra_items in typing.TypedDict) (#137933)
authorAngela Liss <59097311+angela-tarantula@users.noreply.github.com>
Fri, 3 Oct 2025 05:50:19 +0000 (01:50 -0400)
committerGitHub <noreply@github.com>
Fri, 3 Oct 2025 05:50:19 +0000 (22:50 -0700)
commitfd7dac0430c3773b90a1fb73f7a29ecc6199fdc0
tree570f692f41db7a314647cbfd3e9e2d4a23885ff0
parent4e7e2dd043c1da85b0c157d3ed24866b77e83a4f
gh-137840: Implement PEP 728 (closed and extra_items in typing.TypedDict) (#137933)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2025-08-18-07-10-55.gh-issue-137840.9b7AnG.rst [new file with mode: 0644]