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 eric.smith
Recipients eric.smith, gvanrossum, levkivskyi
Date 2018-01-06.22:21:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1515277264.9.0.467229070634.issue32505@psf.upfronthosting.co.za>
In-reply-to
Content
This is an attractive nuisance, especially when coming from attrs. Make it an error, since it's using field() with no annotation:

@dataclass
class C:
    x = field()
History
Date User Action Args
2018-01-06 22:21:04eric.smithsetrecipients: + eric.smith, gvanrossum, levkivskyi
2018-01-06 22:21:04eric.smithsetmessageid: <1515277264.9.0.467229070634.issue32505@psf.upfronthosting.co.za>
2018-01-06 22:21:04eric.smithlinkissue32505 messages
2018-01-06 22:21:04eric.smithcreate