Message 316855 - Python tracker

Message316855

Author barry
Recipients barry, eric.smith, gvanrossum, ned.deily
Date 2018-05-16.19:56:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526500599.51.0.682650639539.issue33539@psf.upfronthosting.co.za>
In-reply-to
Content
Really?  Why doesn't this work in the derived dataclass?

    def __init__(self, *args, **kws):
        super().__init__(*args, **kws)
History
Date User Action Args
2018-05-16 19:56:39barrysetrecipients: + barry, gvanrossum, eric.smith, ned.deily
2018-05-16 19:56:39barrysetmessageid: <1526500599.51.0.682650639539.issue33539@psf.upfronthosting.co.za>
2018-05-16 19:56:39barrylinkissue33539 messages
2018-05-16 19:56:39barrycreate