This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author levkivskyi
Recipients eric.smith, gvanrossum, levkivskyi
Date 2018-01-03.16:52:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1514998370.73.0.467229070634.issue32428@psf.upfronthosting.co.za>
In-reply-to
Content
Just to clarify the previous comment, I still think that flagging this

@dataclass
class C:
    x = field()

is important, since simply ignoring a ``field()`` will be too confusing (especially for ``attrs`` users).

The previous comment is about

@dataclass
class C:
    x = 42
History
Date User Action Args
2018-01-03 16:52:50levkivskyisetrecipients: + levkivskyi, gvanrossum, eric.smith
2018-01-03 16:52:50levkivskyisetmessageid: <1514998370.73.0.467229070634.issue32428@psf.upfronthosting.co.za>
2018-01-03 16:52:50levkivskyilinkissue32428 messages
2018-01-03 16:52:50levkivskyicreate