]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-112509: Fix keys being present in both required_keys and optional_keys...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 29 Nov 2023 17:55:06 +0000 (18:55 +0100)
committerGitHub <noreply@github.com>
Wed, 29 Nov 2023 17:55:06 +0000 (17:55 +0000)
commitc67812668f228b58f35a46023981c6d22fb3b5e9
tree9e492aeadd696a1c86c6056173c0d4507a0e2bbe
parent01b882b39043f5c9f594c85b12e215df7c5af69c
[3.12] gh-112509: Fix keys being present in both required_keys and optional_keys in TypedDict (GH-112512) (#112530)

(cherry picked from commit 403886942376210662610627b01fea6acd77d331)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2023-11-28-20-01-33.gh-issue-112509.QtoKed.rst [new file with mode: 0644]