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 brandtbucher, docs@python, eric.smith, freundTech, gvanrossum
Date 2021-04-09.23:30:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618011025.09.0.264509267324.issue43761@roundup.psfhosted.org>
In-reply-to
Content
I do think it's worth mentioning that __match_args__ is automatically generated by @dataclass (if the class doesn't already define __match_args__). That seems like behavior that's very specific to @dataclass. Where else would you find out that defining your own __match_args__ prevents @dataclass from adding it?
History
Date User Action Args
2021-04-09 23:30:25eric.smithsetrecipients: + eric.smith, gvanrossum, docs@python, brandtbucher, freundTech
2021-04-09 23:30:25eric.smithsetmessageid: <1618011025.09.0.264509267324.issue43761@roundup.psfhosted.org>
2021-04-09 23:30:25eric.smithlinkissue43761 messages
2021-04-09 23:30:25eric.smithcreate