[issue44789] Code compliance concern in Parser/pegen/pegen.c

Dennis Sweeney report at bugs.python.org
Fri Jul 30 21:04:34 EDT 2021


Dennis Sweeney <sweeney.dennis650 at gmail.com> added the comment:

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

----------
components: +Parser
nosy: +Dennis Sweeney, lys.nikolaou, pablogsal

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44789>
_______________________________________


More information about the Python-bugs-list mailing list