Message376294
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)); |
|
| Date |
User |
Action |
Args |
| 2020-09-03 10:46:42 | pablogsal | set | recipients:
+ pablogsal, gvanrossum, blarsen |
| 2020-09-03 10:46:42 | pablogsal | set | messageid: <[email protected]> |
| 2020-09-03 10:46:42 | pablogsal | link | issue41697 messages |
| 2020-09-03 10:46:42 | pablogsal | create | |
|