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 xtreak
Recipients eric.smith, lijok, xtreak
Date 2020-01-11.06:35:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578724524.28.0.432186160258.issue39300@roundup.psfhosted.org>
In-reply-to
Content
> TypeError will be raised if a field without a default value follows a field with a default value. This is true either when this occurs in a single class, or as a result of class inheritance.

I think this is a combination of the above statement at end of [0] and inheritance following the order of the fields at [1]

[0] https://docs.python.org/3/library/dataclasses.html#dataclasses.dataclass
[1] https://docs.python.org/3/library/dataclasses.html#inheritance
History
Date User Action Args
2020-01-11 06:35:24xtreaksetrecipients: + xtreak, eric.smith, lijok
2020-01-11 06:35:24xtreaksetmessageid: <1578724524.28.0.432186160258.issue39300@roundup.psfhosted.org>
2020-01-11 06:35:24xtreaklinkissue39300 messages
2020-01-11 06:35:24xtreakcreate