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-03-21.23:43:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521675822.54.0.467229070634.issue32505@psf.upfronthosting.co.za>
In-reply-to
Content
Some part of the discussion is in https://bugs.python.org/issue32428

I still think it is important to flag things like this as an error:

@dataclass
class C:
    x = field()

This is a big bug magnet. Especially taking into account that attrs behave in the opposite way in this case.
History
Date User Action Args
2018-03-21 23:43:42levkivskyisetrecipients: + levkivskyi, gvanrossum, eric.smith
2018-03-21 23:43:42levkivskyisetmessageid: <1521675822.54.0.467229070634.issue32505@psf.upfronthosting.co.za>
2018-03-21 23:43:42levkivskyilinkissue32505 messages
2018-03-21 23:43:42levkivskyicreate