[issue33141] descriptor __set_name__ feature broken for dataclass descriptor fields

Rick Teachey report at bugs.python.org
Mon Mar 26 12:30:48 EDT 2018


Rick Teachey <ricky at teachey.org> added the comment:

I suppose one downside of that solution is __set_name__ will be called for every Field whether or not it is need. Probably can't be helped without major complications.

----------

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


More information about the Python-bugs-list mailing list