mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Added BUILD_SLICE opcode.
This commit is contained in:
parent
8ec318d43b
commit
56a733856e
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue