]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112509: Fix keys being present in both required_keys and optional_keys in TypedDic...
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Wed, 29 Nov 2023 17:36:48 +0000 (09:36 -0800)
committerGitHub <noreply@github.com>
Wed, 29 Nov 2023 17:36:48 +0000 (09:36 -0800)
commit403886942376210662610627b01fea6acd77d331
treee70297a9e1e59194ee4ad32840fbd1facc722dbe
parente0449b9a7fffc0c0eed806bf4cbb8f1f65397bbb
gh-112509: Fix keys being present in both required_keys and optional_keys in TypedDict (#112512)

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]