summaryrefslogtreecommitdiff
path: root/Lib/opcode.py
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2014-08-10 10:41:52 -0700
committerRaymond Hettinger <python@rcn.com>2014-08-10 10:41:52 -0700
commitd4cc49f5f367f488379150588d07c7f77dc917e5 (patch)
tree97b4a85c63fe35d488668f2f3d9652231431a572 /Lib/opcode.py
parent9aebd07ac628842838a281dad04c891c410b0396 (diff)
parent7f8878040c398fac32114fb7072cfabf7f7f3fa6 (diff)
downloadcpython-d4cc49f5f367f488379150588d07c7f77dc917e5.tar.gz
merge
Diffstat (limited to 'Lib/opcode.py')
-rw-r--r--Lib/opcode.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/opcode.py b/Lib/opcode.py
index 0bd1ee679c..bfd3c4d8dd 100644
--- a/Lib/opcode.py
+++ b/Lib/opcode.py
@@ -70,6 +70,9 @@ def_op('UNARY_NOT', 12)
def_op('UNARY_INVERT', 15)
+def_op('BINARY_MATRIX_MULTIPLY', 16)
+def_op('INPLACE_MATRIX_MULTIPLY', 17)
+
def_op('BINARY_POWER', 19)
def_op('BINARY_MULTIPLY', 20)