diff options
Diffstat (limited to 'Lib/dis.py')
-rw-r--r-- | Lib/dis.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/dis.py b/Lib/dis.py index 897bc6d8fc9..94480bbc9d3 100644 --- a/Lib/dis.py +++ b/Lib/dis.py @@ -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) |