mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
FOR_ITER is a jrel_op() not a plain old def_op()
This commit is contained in:
parent
d800cff80d
commit
318e167e98
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ HAVE_ARGUMENT = 90 # Opcodes from here have an argument:
|
|||
name_op('STORE_NAME', 90) # Index in name list
|
||||
name_op('DELETE_NAME', 91) # ""
|
||||
def_op('UNPACK_SEQUENCE', 92) # Number of tuple items
|
||||
def_op('FOR_ITER', 93)
|
||||
jrel_op('FOR_ITER', 93)
|
||||
|
||||
name_op('STORE_ATTR', 95) # Index in name list
|
||||
name_op('DELETE_ATTR', 96) # ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue