blob: c872499cd67942762f9b05a4867030bd85c7e08d [file] [log] [blame]
In dataclasses, Field.__set_name__ now looks up the __set_name__ special
method on the class, not the instance, of the default value.