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

But Bar(1, 2), Bar(1, foo=2), Bar(bar=1, foo=2) all give errors. These are all 
valid if both Foo and Bar are decorated with @dataclass.

Calling base class __init__() functions is an incompatible change, and I don't 
think we'll make any change to do so.

----------

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

Reply via email to