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 Dennis Sweeney
Recipients Dennis Sweeney, blastwave, lys.nikolaou, pablogsal
Date 2021-07-31.01:04:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627693474.91.0.668158980833.issue44789@roundup.psfhosted.org>
In-reply-to
Content
To be specific, is this about the fact that .arg is a member of `struct _arg` (typedef'ed as `arg_ty`), while at the same time arg() is a macro?

as in: https://github.com/python/cpython/blob/0f42b726c87f72d522893f927b4cb592b8875641/Parser/pegen/pegen.c#L37
History
Date User Action Args
2021-07-31 01:04:34Dennis Sweeneysetrecipients: + Dennis Sweeney, blastwave, lys.nikolaou, pablogsal
2021-07-31 01:04:34Dennis Sweeneysetmessageid: <1627693474.91.0.668158980833.issue44789@roundup.psfhosted.org>
2021-07-31 01:04:34Dennis Sweeneylinkissue44789 messages
2021-07-31 01:04:34Dennis Sweeneycreate