mirror of
https://github.com/python/cpython.git
synced 2025-07-09 20:35:26 +00:00
Issue #24791: Fix grammar regression for call syntax: 'g(*a or b)'.
This commit is contained in:
parent
cedef652fa
commit
14acf5f41d
6 changed files with 44 additions and 38 deletions
|
@ -1744,7 +1744,7 @@ static state states_77[3] = {
|
|||
static arc arcs_78_0[3] = {
|
||||
{26, 1},
|
||||
{34, 2},
|
||||
{50, 3},
|
||||
{33, 2},
|
||||
};
|
||||
static arc arcs_78_1[3] = {
|
||||
{164, 3},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue