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.19:17:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618082265.14.0.594803457435.issue43764@roundup.psfhosted.org>
In-reply-to
Content
> So, should we reopen this ad add the flag to suppress __match_args__ generation after all?

I think so, although I'm still contemplating it.

I can't decide if we should also add match_arg=False to field(). Or is it good enough to just tell the user to manually set __match_args__ if they want that level of control? I think this is different enough from repr, init, etc. that we don't need to allow the per-field control, although maybe doing so would make the code more robust in terms of re-ordering or adding fields at a later date.
History
Date User Action Args
2021-04-10 19:17:45eric.smithsetrecipients: + eric.smith, gvanrossum, brandtbucher, freundTech
2021-04-10 19:17:45eric.smithsetmessageid: <1618082265.14.0.594803457435.issue43764@roundup.psfhosted.org>
2021-04-10 19:17:45eric.smithlinkissue43764 messages
2021-04-10 19:17:45eric.smithcreate