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

> Are there other cases where suppressing one thing affects others?

Only the complex interactions among the unsafe_hash, eq, and frozen parameters.

It feels like if __init__ is not being generated, then the @dataclass code 
would have no idea what it should set __match_args__ to.

Not that this problem isn't strictly related to the match_args=False case, it 
just occurred to me that it's related while I was writing the documentation. 
Perhaps this should be a separate issue.

----------

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

Reply via email to