]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Regen Lib/symbol.py (again)
authorGuido van Rossum <guido@python.org>
Wed, 23 Jan 2019 05:15:23 +0000 (21:15 -0800)
committerGuido van Rossum <guido@python.org>
Wed, 23 Jan 2019 05:15:23 +0000 (21:15 -0800)
Lib/symbol.py

index 3a52d809790112c3c357601c2a5002d717371c60..e089053e318fe85adcd5718370b721858492b526 100644 (file)
@@ -60,48 +60,49 @@ try_stmt = 300
 with_stmt = 301
 with_item = 302
 except_clause = 303
-suite = 304
-test = 305
-test_nocond = 306
-lambdef = 307
-lambdef_nocond = 308
-or_test = 309
-and_test = 310
-not_test = 311
-comparison = 312
-comp_op = 313
-star_expr = 314
-expr = 315
-xor_expr = 316
-and_expr = 317
-shift_expr = 318
-arith_expr = 319
-term = 320
-factor = 321
-power = 322
-atom_expr = 323
-atom = 324
-testlist_comp = 325
-trailer = 326
-subscriptlist = 327
-subscript = 328
-sliceop = 329
-exprlist = 330
-testlist = 331
-dictorsetmaker = 332
-classdef = 333
-arglist = 334
-argument = 335
-comp_iter = 336
-sync_comp_for = 337
-comp_for = 338
-comp_if = 339
-encoding_decl = 340
-yield_expr = 341
-yield_arg = 342
-func_type_input = 343
-func_type = 344
-typelist = 345
+func_body_suite = 304
+suite = 305
+test = 306
+test_nocond = 307
+lambdef = 308
+lambdef_nocond = 309
+or_test = 310
+and_test = 311
+not_test = 312
+comparison = 313
+comp_op = 314
+star_expr = 315
+expr = 316
+xor_expr = 317
+and_expr = 318
+shift_expr = 319
+arith_expr = 320
+term = 321
+factor = 322
+power = 323
+atom_expr = 324
+atom = 325
+testlist_comp = 326
+trailer = 327
+subscriptlist = 328
+subscript = 329
+sliceop = 330
+exprlist = 331
+testlist = 332
+dictorsetmaker = 333
+classdef = 334
+arglist = 335
+argument = 336
+comp_iter = 337
+sync_comp_for = 338
+comp_for = 339
+comp_if = 340
+encoding_decl = 341
+yield_expr = 342
+yield_arg = 343
+func_type_input = 344
+func_type = 345
+typelist = 346
 #--end constants--
 
 sym_name = {}