Disallow ClassVar
and Final
qualifiers in TypedDict
and NamedTuple
items
#18220
Labels
ClassVar
and Final
qualifiers in TypedDict
and NamedTuple
items
#18220
Both
ClassVar
andFinal
produce runtime errors when used in the body of aTypedDict
orNamedTuple
.Mypy already emits an error for
Final
, but the error message could be clarified.Follows from
Typing spec update:
ClassVar
andFinal
withinTypedDict
typing-council#39Disallow use of
ClassVar
for TypedDict and NamedTuple attributes microsoft/pyright#9526The text was updated successfully, but these errors were encountered: