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-03-22.20:28:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521750531.43.0.467229070634.issue32505@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 56970b8ce9d23269d20a76f13c80e670c856ba7f by Eric V. Smith in branch 'master':
bpo-32505: dataclasses: raise TypeError if a member variable is of type Field, but doesn't have a type annotation. (GH-6192)
https://github.com/python/cpython/commit/56970b8ce9d23269d20a76f13c80e670c856ba7f
History
Date User Action Args
2018-03-22 20:28:51eric.smithsetrecipients: + eric.smith, gvanrossum, levkivskyi
2018-03-22 20:28:51eric.smithsetmessageid: <1521750531.43.0.467229070634.issue32505@psf.upfronthosting.co.za>
2018-03-22 20:28:51eric.smithlinkissue32505 messages
2018-03-22 20:28:51eric.smithcreate