Added BUILD_SLICE opcode.
This commit is contained in:
parent
8ec318d43b
commit
56a733856e
|
@ -193,3 +193,4 @@ SET_LINENO = 127
|
|||
def_op('RAISE_VARARGS', 130)
|
||||
def_op('CALL_FUNCTION', 131)
|
||||
def_op('MAKE_FUNCTION', 132)
|
||||
def_op('BUILD_SLICE', 133)
|
||||
|
|
Loading…
Reference in New Issue