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.
E
Eric V. Smith committed
56970b8ce9d23269d20a76f13c80e670c856ba7f
Parent: f757b72
Committed by GitHub <noreply@github.com>
on 3/22/2018, 8:28:48 PM