cpython/Misc/NEWS.d/next/Library/2023-11-28-20-01-33.gh-issu...

4 lines
180 B
ReStructuredText

Fix edge cases that could cause a key to be present in both the
``__required_keys__`` and ``__optional_keys__`` attributes of a
:class:`typing.TypedDict`. Patch by Jelle Zijlstra.