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

I think I have the problem. The problem is that the asdl_seq that is b is 
filled with KeywordOrStarred* not with expr_ty.

We need to do:

KeywordOrStarred* last = asdl_seq_GET(b, asdl_seq_LEN(b)-1);

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

----------

_______________________________________
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