mirror of
https://github.com/python/cpython.git
synced 2025-12-04 16:43:27 +00:00
track addition of testlist_safe to Grammar
This commit is contained in:
parent
caf59043d1
commit
4bf1fb63e4
1 changed files with 8 additions and 7 deletions
|
|
@ -68,13 +68,14 @@ subscript = 310
|
||||||
sliceop = 311
|
sliceop = 311
|
||||||
exprlist = 312
|
exprlist = 312
|
||||||
testlist = 313
|
testlist = 313
|
||||||
dictmaker = 314
|
testlist_safe = 314
|
||||||
classdef = 315
|
dictmaker = 315
|
||||||
arglist = 316
|
classdef = 316
|
||||||
argument = 317
|
arglist = 317
|
||||||
list_iter = 318
|
argument = 318
|
||||||
list_for = 319
|
list_iter = 319
|
||||||
list_if = 320
|
list_for = 320
|
||||||
|
list_if = 321
|
||||||
#--end constants--
|
#--end constants--
|
||||||
|
|
||||||
sym_name = {}
|
sym_name = {}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue