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 cybertreiber
Recipients cybertreiber, eric.smith
Date 2019-12-26.10:35:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1577356537.3.0.222573055351.issue39134@roundup.psfhosted.org>
In-reply-to
Content
Here, nothing but less boiler plate. 

Wouldn't it pay off to not rewrite dataclass features like frozen, replace, runtime refelection and the ability to use dataclass aware serialization libraries (e.g. pydantic)? I think @dataclass+@abstractproperty behaviour is yet to be defined.

The second part about subclass check is not specific to dataclasses.
History
Date User Action Args
2019-12-26 10:35:37cybertreibersetrecipients: + cybertreiber, eric.smith
2019-12-26 10:35:37cybertreibersetmessageid: <1577356537.3.0.222573055351.issue39134@roundup.psfhosted.org>
2019-12-26 10:35:37cybertreiberlinkissue39134 messages
2019-12-26 10:35:37cybertreibercreate