[issue42059] TypedDict(...) as function does not respect "total" when setting __required_keys__ and __optional_keys__

Brandt Bucher report at bugs.python.org
Mon Dec 14 17:33:37 EST 2020


Brandt Bucher <brandtbucher at gmail.com> added the comment:


New changeset dbb00062dc3afb12c41c87564e6faefe60766b01 by Miss Islington (bot) in branch '3.9':
bpo-42059: Fix required/optional keys for TypedDict(..., total=False) (GH-22736) (GH-23747)
https://github.com/python/cpython/commit/dbb00062dc3afb12c41c87564e6faefe60766b01


----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42059>
_______________________________________


More information about the Python-bugs-list mailing list