mirror of
https://github.com/python/cpython.git
synced 2025-07-09 20:35:26 +00:00
allow test node after ** in calls (closes #24176)
This commit is contained in:
parent
8de32d906f
commit
de12b79cd6
4 changed files with 7 additions and 10 deletions
|
@ -1748,24 +1748,20 @@ static arc arcs_78_0[3] = {
|
|||
};
|
||||
static arc arcs_78_1[3] = {
|
||||
{164, 3},
|
||||
{31, 4},
|
||||
{31, 2},
|
||||
{0, 1},
|
||||
};
|
||||
static arc arcs_78_2[1] = {
|
||||
{107, 3},
|
||||
{26, 3},
|
||||
};
|
||||
static arc arcs_78_3[1] = {
|
||||
{0, 3},
|
||||
};
|
||||
static arc arcs_78_4[1] = {
|
||||
{26, 3},
|
||||
};
|
||||
static state states_78[5] = {
|
||||
static state states_78[4] = {
|
||||
{3, arcs_78_0},
|
||||
{3, arcs_78_1},
|
||||
{1, arcs_78_2},
|
||||
{1, arcs_78_3},
|
||||
{1, arcs_78_4},
|
||||
};
|
||||
static arc arcs_79_0[2] = {
|
||||
{164, 1},
|
||||
|
@ -2021,7 +2017,7 @@ static dfa dfas[85] = {
|
|||
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\001"},
|
||||
{333, "arglist", 0, 3, states_77,
|
||||
"\000\040\200\000\006\000\000\000\000\000\004\000\000\000\010\001\000\140\110\224\017\000"},
|
||||
{334, "argument", 0, 5, states_78,
|
||||
{334, "argument", 0, 4, states_78,
|
||||
"\000\040\200\000\006\000\000\000\000\000\004\000\000\000\010\001\000\140\110\224\017\000"},
|
||||
{335, "comp_iter", 0, 2, states_79,
|
||||
"\000\000\000\000\000\000\000\000\000\000\000\000\021\000\000\000\000\000\000\000\000\000"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue