mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-46841: Don't use an oparg counter for STORE_SUBSCR
(GH-31742)
This commit is contained in:
parent
28f84c72b6
commit
5498a61c7c
7 changed files with 28 additions and 29 deletions
|
@ -84,7 +84,7 @@ def_op('BEFORE_ASYNC_WITH', 52)
|
|||
def_op('BEFORE_WITH', 53)
|
||||
def_op('END_ASYNC_FOR', 54)
|
||||
|
||||
def_op('STORE_SUBSCR', 60)
|
||||
def_op('STORE_SUBSCR', 60, 1)
|
||||
def_op('DELETE_SUBSCR', 61)
|
||||
|
||||
def_op('GET_ITER', 68)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue