Barry A. Warsaw <ba...@python.org> added the comment:

Really?  Why doesn't this work in the derived dataclass?

    def __init__(self, *args, **kws):
        super().__init__(*args, **kws)

----------

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

Reply via email to