bpo-32505: dataclasses: raise TypeError if a member variable is of type Field,…
bpo-32505: dataclasses: raise TypeError if a member variable is of type Field, but doesn't have a type annotation. (GH-6192) If a dataclass has a member variable that's of type Field, but it doesn't have a type annotation, raise TypeError.
Showing
Please
register
or
sign in
to comment