aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonan Lamy <ronan.lamy@gmail.com>2019-08-02 20:15:18 +0100
committerRonan Lamy <ronan.lamy@gmail.com>2019-08-02 20:15:18 +0100
commit0da88c389c29d654211290b5c9dbd9684d2cd007 (patch)
tree2f90a83b9c0810d1f6c76e46edac8aa8caa317d8 /lib-python/3/opcode.py
parentMerge again from vendor/stdlib branch @ v3.6.1 (diff)
parentUpdate to git tag v3.6.9 (diff)
downloadpypy-0da88c389c29d654211290b5c9dbd9684d2cd007.tar.gz
pypy-0da88c389c29d654211290b5c9dbd9684d2cd007.tar.bz2
pypy-0da88c389c29d654211290b5c9dbd9684d2cd007.zip
Update stdlib to 3.6.9
Diffstat (limited to 'lib-python/3/opcode.py')
-rw-r--r--lib-python/3/opcode.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-python/3/opcode.py b/lib-python/3/opcode.py
index ae03c99594..656288571a 100644
--- a/lib-python/3/opcode.py
+++ b/lib-python/3/opcode.py
@@ -144,7 +144,7 @@ name_op('LOAD_NAME', 101) # Index in name list
def_op('BUILD_TUPLE', 102) # Number of tuple items
def_op('BUILD_LIST', 103) # Number of list items
def_op('BUILD_SET', 104) # Number of set items
-def_op('BUILD_MAP', 105) # Number of dict entries (upto 255)
+def_op('BUILD_MAP', 105) # Number of dict entries
name_op('LOAD_ATTR', 106) # Index in name list
def_op('COMPARE_OP', 107) # Comparison operator
hascompare.append(107)