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

Brandt Bucher report at bugs.python.org
Thu Dec 10 16:49:14 EST 2020


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


New changeset 67b769f5157c9dad1c7dd6b24e067b9fdab5b35d by Alex Grönholm in branch 'master':
bpo-42059: Fix required/optional keys for TypedDict(..., total=False) (GH-22736)
https://github.com/python/cpython/commit/67b769f5157c9dad1c7dd6b24e067b9fdab5b35d


----------

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


More information about the Python-bugs-list mailing list