]> granicus.if.org Git - python/commitdiff
Added BUILD_SLICE opcode.
authorGuido van Rossum <guido@python.org>
Tue, 30 Jul 1996 16:26:07 +0000 (16:26 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 30 Jul 1996 16:26:07 +0000 (16:26 +0000)
Lib/dis.py

index 897bc6d8fc9e00b0e8a67e71df6473c24bdcd181..94480bbc9d35406e6b3e393576b8aa5c449c323b 100644 (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)