Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 56a7338

Browse files
committed
Added BUILD_SLICE opcode.
1 parent 8ec318d commit 56a7338

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/dis.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,3 +193,4 @@ def jabs_op(name, op):
193193
def_op('RAISE_VARARGS', 130)
194194
def_op('CALL_FUNCTION', 131)
195195
def_op('MAKE_FUNCTION', 132)
196+
def_op('BUILD_SLICE', 133)

0 commit comments

Comments
 (0)