mirror of
https://github.com/python/cpython.git
synced 2025-08-27 12:16:04 +00:00
bpo-46009: Remove GEN_START (GH-30367)
This commit is contained in:
parent
f404e26d74
commit
31e43cbe5f
10 changed files with 20 additions and 47 deletions
|
@ -151,7 +151,6 @@ haslocal.append(126)
|
|||
|
||||
jabs_op('JUMP_IF_NOT_EG_MATCH', 127)
|
||||
|
||||
def_op('GEN_START', 129) # Kind of generator/coroutine
|
||||
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