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-10.21:32:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618090321.65.0.17312162443.issue43764@roundup.psfhosted.org>
In-reply-to
Content
Here's a question. If __init__ is not being generated, either because the user supplied one to this class, or if init=False is specified, should __match_args__ be generated? I think the answer should be no, since the code has no idea what the parameters to __init__ will be. But I'd like to hear from people more familiar with pattern matching.

I'm working on a patch, and this is my last issue.
History
Date User Action Args
2021-04-10 21:32:01eric.smithsetrecipients: + eric.smith, gvanrossum, brandtbucher, freundTech
2021-04-10 21:32:01eric.smithsetmessageid: <1618090321.65.0.17312162443.issue43764@roundup.psfhosted.org>
2021-04-10 21:32:01eric.smithlinkissue43764 messages
2021-04-10 21:32:01eric.smithcreate