Eric V. Smith <e...@trueblade.com> added the comment:

I do think it's worth mentioning that __match_args__ is automatically generated 
by @dataclass (if the class doesn't already define __match_args__). That seems 
like behavior that's very specific to @dataclass. Where else would you find out 
that defining your own __match_args__ prevents @dataclass from adding it?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue43761>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to