]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Regenerate Lib/symbol.py
authorGuido van Rossum <guido@python.org>
Tue, 22 Jan 2019 17:32:58 +0000 (09:32 -0800)
committerGuido van Rossum <guido@python.org>
Tue, 22 Jan 2019 17:32:58 +0000 (09:32 -0800)
Lib/symbol.py

index 40d0ed1e035507a566276100d376e0488210b062..3a52d809790112c3c357601c2a5002d717371c60 100644 (file)
@@ -99,6 +99,9 @@ comp_if = 339
 encoding_decl = 340
 yield_expr = 341
 yield_arg = 342
+func_type_input = 343
+func_type = 344
+typelist = 345
 #--end constants--
 
 sym_name = {}