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, tefra
Date 2021-07-16.19:15:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1626462950.56.0.571360243064.issue44649@roundup.psfhosted.org>
In-reply-to
Content
I created issue 44655 for the confusing error message.

The problem with dataclasses is that the instance variable 'b' needs to be initialized, instead of the current dataclasses behavior where it relies on the class variable when reading 'b'.
History
Date User Action Args
2021-07-16 19:15:50eric.smithsetrecipients: + eric.smith, tefra
2021-07-16 19:15:50eric.smithsetmessageid: <1626462950.56.0.571360243064.issue44649@roundup.psfhosted.org>
2021-07-16 19:15:50eric.smithlinkissue44649 messages
2021-07-16 19:15:50eric.smithcreate