diff options
author | Ronan Lamy <ronan.lamy@gmail.com> | 2019-08-02 20:15:18 +0100 |
---|---|---|
committer | Ronan Lamy <ronan.lamy@gmail.com> | 2019-08-02 20:15:18 +0100 |
commit | 0da88c389c29d654211290b5c9dbd9684d2cd007 (patch) | |
tree | 2f90a83b9c0810d1f6c76e46edac8aa8caa317d8 /lib-python/3/opcode.py | |
parent | Merge again from vendor/stdlib branch @ v3.6.1 (diff) | |
parent | Update to git tag v3.6.9 (diff) | |
download | pypy-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.py | 2 |
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) |