Skip to content

Commit 853ec56

Browse files
committed
Fix 3.4 CLASSDEREF opcode definition
1 parent 3842c62 commit 853ec56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vm/opcodes.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ const (
136136
SET_ADD = 146
137137
MAP_ADD = 147
138138

139-
// LOAD_CLASSDEREF = 148 // New in Python 3.4
139+
LOAD_CLASSDEREF = 148 // New in Python 3.4
140140

141141
// EXCEPT_HANDLER is a special, implicit block type which is
142142
// created when entering an except handler. It is not an

0 commit comments

Comments
 (0)