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-07.13:54:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617803657.21.0.300422039573.issue43764@roundup.psfhosted.org>
In-reply-to
Content
What's the situation where having __match_args__ is actually harmful in some way? I understand that if the generated version is wrong, you'd want to specify it yourself. But what's the use case for not having __match_args__ at all?
History
Date User Action Args
2021-04-07 13:54:17eric.smithsetrecipients: + eric.smith, gvanrossum, brandtbucher, freundTech
2021-04-07 13:54:17eric.smithsetmessageid: <1617803657.21.0.300422039573.issue43764@roundup.psfhosted.org>
2021-04-07 13:54:17eric.smithlinkissue43764 messages
2021-04-07 13:54:17eric.smithcreate