aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Friedrich Bolz-Tereick <cfbolz@gmx.de>2018-07-28 15:22:20 +0200
committerCarl Friedrich Bolz-Tereick <cfbolz@gmx.de>2018-07-28 15:22:20 +0200
commite62c8e9a3738e051f5fabf231a9baac072ecc60b (patch)
treeab3815bbeb997c5d08d80fcb475bacf05486a397 /lib-python/3/opcode.py
parentAdd missing argument to scandir. (diff)
parentat least give a clear error message (diff)
downloadpypy-e62c8e9a3738e051f5fabf231a9baac072ecc60b.tar.gz
pypy-e62c8e9a3738e051f5fabf231a9baac072ecc60b.tar.bz2
pypy-e62c8e9a3738e051f5fabf231a9baac072ecc60b.zip
merge py3.6-wordcode
switch the py3.6 over to the new wordcode format introduced in CPython 3.6.
Diffstat (limited to 'lib-python/3/opcode.py')
-rw-r--r--lib-python/3/opcode.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib-python/3/opcode.py b/lib-python/3/opcode.py
index cb1fd502e6..ae03c99594 100644
--- a/lib-python/3/opcode.py
+++ b/lib-python/3/opcode.py
@@ -216,6 +216,7 @@ def_op('BUILD_TUPLE_UNPACK', 152)
def_op('BUILD_SET_UNPACK', 153)
def_op('FORMAT_VALUE', 155) # in CPython 3.6, but available in PyPy from 3.5
+def_op('BUILD_CONST_KEY_MAP', 156)
def_op('BUILD_STRING', 157) # in CPython 3.6, but available in PyPy from 3.5
# pypy modification, experimental bytecode