make requested changes
This commit is contained in:
@@ -58,6 +58,11 @@ OPCODE(BINARY_FLOOR_DIVIDE)
|
||||
OPCODE(BINARY_TRUE_DIVIDE)
|
||||
OPCODE(INPLACE_FLOOR_DIVIDE)
|
||||
OPCODE(INPLACE_TRUE_DIVIDE)
|
||||
OPCODE(GET_LEN)
|
||||
OPCODE(MATCH_MAPPING)
|
||||
OPCODE(MATCH_SEQUENCE)
|
||||
OPCODE(MATCH_KEYS)
|
||||
OPCODE(COPY_DICT_WITHOUT_KEYS)
|
||||
OPCODE(STORE_MAP)
|
||||
OPCODE(INPLACE_ADD)
|
||||
OPCODE(INPLACE_SUBTRACT)
|
||||
@@ -108,6 +113,7 @@ OPCODE_A(STORE_ATTR)
|
||||
OPCODE_A(DELETE_ATTR)
|
||||
OPCODE_A(STORE_GLOBAL)
|
||||
OPCODE_A(DELETE_GLOBAL)
|
||||
OPCODE_A(ROT_N)
|
||||
OPCODE_A(UNPACK_VARARG)
|
||||
OPCODE_A(LOAD_CONST)
|
||||
OPCODE_A(LOAD_NAME)
|
||||
@@ -133,6 +139,7 @@ OPCODE_A(RESERVE_FAST)
|
||||
OPCODE_A(LOAD_FAST)
|
||||
OPCODE_A(STORE_FAST)
|
||||
OPCODE_A(DELETE_FAST)
|
||||
OPCODE_A(GEN_START)
|
||||
OPCODE_A(SET_LINENO)
|
||||
OPCODE_A(STORE_ANNOTATION)
|
||||
OPCODE_A(RAISE_VARARGS)
|
||||
@@ -164,6 +171,7 @@ OPCODE_A(MAP_ADD)
|
||||
OPCODE_A(UNPACK_EX)
|
||||
OPCODE_A(LIST_APPEND)
|
||||
OPCODE_A(LOAD_CLASSDEREF)
|
||||
OPCODE_A(MATCH_CLASS)
|
||||
OPCODE_A(BUILD_LIST_UNPACK)
|
||||
OPCODE_A(BUILD_MAP_UNPACK)
|
||||
OPCODE_A(BUILD_MAP_UNPACK_WITH_CALL)
|
||||
|
Reference in New Issue
Block a user