]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] 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:51:00 +0000 (18:51 +0100)
committerGitHub <noreply@github.com>
Wed, 29 Nov 2023 17:51:00 +0000 (17:51 +0000)
commitf6edb83fe97f9e0a20a56e18a11a688229d52c76
tree87889035bd30641f2eb802d4403bc2c3bc1a6b6b
parent0a0cf45f1bae94b605e99b4f6581f120d75ae7ad
[3.11] gh-112509: Fix keys being present in both required_keys and optional_keys in TypedDict (GH-112512) (#112531)

(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]