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, eric.smith, freundTech, gvanrossum
Date 2021-04-09.23:28:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618010893.02.0.651361121283.issue43764@roundup.psfhosted.org>
In-reply-to
Content
init=False is used to make sure there's no __init__ defined, because there's a difference between a class with an __init__ and one without. If there was a difference between __match_args__ being not present and __match_args__=(), then I'd support a matchargs=False argument.
History
Date User Action Args
2021-04-09 23:28:13eric.smithsetrecipients: + eric.smith, gvanrossum, brandtbucher, freundTech
2021-04-09 23:28:13eric.smithsetmessageid: <1618010893.02.0.651361121283.issue43764@roundup.psfhosted.org>
2021-04-09 23:28:13eric.smithlinkissue43764 messages
2021-04-09 23:28:12eric.smithcreate