File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ types:
109
109
' opcode::ext1 ' : u1
110
110
' opcode::ext2 ' : u2
111
111
' opcode::ext4 ' : u4
112
- ' opcode::global ' : stringnl_noescape_pair
112
+ ' opcode::global_opcode ' : stringnl_noescape_pair
113
113
' opcode::stack_global ' : no_arg
114
114
' opcode::reduce ' : no_arg
115
115
' opcode::build ' : no_arg
@@ -422,9 +422,14 @@ enums:
422
422
-orig-id : BUILD
423
423
doc : call __setstate__ or __dict__.update()
424
424
0x63 : # "c"
425
- id : " global "
425
+ id : " global_opcode "
426
426
-orig-id : GLOBAL
427
- doc : push self.find_class(modname, name); 2 string args
427
+ -affected-by : 90
428
+ doc : |
429
+ push self.find_class(modname, name); 2 string args
430
+
431
+ As of KSC 0.9, this enum key can't be called `global` because it would
432
+ cause a syntax error in Python (it is a keyword).
428
433
0x64 : # "d"
429
434
id : " dict"
430
435
-orig-id : DICT
You can’t perform that action at this time.
0 commit comments