Added BUILD_SLICE opcode.

This commit is contained in:
Guido van Rossum 1996-07-30 16:26:07 +00:00
parent 8ec318d43b
commit 56a733856e
1 changed files with 1 additions and 0 deletions

View File

@ -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)