mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-46031: add POP_JUMP_IF_NOT_NONE and POP_JUMP_IF_NONE (GH-30019)
This commit is contained in:
parent
35d6540c90
commit
3db762db72
9 changed files with 86 additions and 14 deletions
|
@ -148,9 +148,9 @@ def_op('STORE_FAST', 125) # Local variable number
|
|||
haslocal.append(125)
|
||||
def_op('DELETE_FAST', 126) # Local variable number
|
||||
haslocal.append(126)
|
||||
|
||||
jabs_op('JUMP_IF_NOT_EG_MATCH', 127)
|
||||
|
||||
jabs_op('POP_JUMP_IF_NOT_NONE', 128)
|
||||
jabs_op('POP_JUMP_IF_NONE', 129)
|
||||
def_op('RAISE_VARARGS', 130) # Number of raise arguments (1, 2, or 3)
|
||||
|
||||
def_op('MAKE_FUNCTION', 132) # Flags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue