Pablo Galindo Salgado <pablog...@gmail.com> added the comment:

> return _Py_Call(_PyPegen_dummy_name(p), args, keywords, EXTRA_EXPR(first, 
> last->element));

Actually, this is not enough because last->element may be a keyword_ty.

I have updated PR 22077 to receive the EXTRA macro in the call because that 
simplifies the code and allows us to not need to distinguish between keywords 
and expr_ty elements.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41697>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to