mirror of https://github.com/python/cpython
new grammar symbols arglist and argument
This commit is contained in:
parent
94d32b18e0
commit
5bb73ed5e4
|
@ -51,3 +51,5 @@
|
||||||
#define testlist 306
|
#define testlist 306
|
||||||
#define dictmaker 307
|
#define dictmaker 307
|
||||||
#define classdef 308
|
#define classdef 308
|
||||||
|
#define arglist 309
|
||||||
|
#define argument 310
|
||||||
|
|
Loading…
Reference in New Issue