mirror of
https://github.com/python/cpython.git
synced 2025-08-27 12:16:04 +00:00
The opcode FOR_LOOP no longer exists.
This commit is contained in:
parent
efb9097add
commit
fea59e7f76
4 changed files with 3 additions and 40 deletions
|
@ -262,7 +262,6 @@ jrel_op('JUMP_FORWARD', 110) # Number of bytes to skip
|
|||
jrel_op('JUMP_IF_FALSE', 111) # ""
|
||||
jrel_op('JUMP_IF_TRUE', 112) # ""
|
||||
jabs_op('JUMP_ABSOLUTE', 113) # Target byte offset from beginning of code
|
||||
jrel_op('FOR_LOOP', 114) # Number of bytes to skip
|
||||
|
||||
name_op('LOAD_GLOBAL', 116) # Index in name list
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue