mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +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 jabs_op(name, op, entries=0):
|
|||
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