mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Add the new PRINT_ITEM_TO and PRINT_NEWLINE_TO opcodes.
This commit is contained in:
parent
24703a02e7
commit
203da6dfe4
1 changed files with 2 additions and 0 deletions
|
@ -190,6 +190,8 @@ def_op('BINARY_OR', 66)
|
|||
def_op('PRINT_EXPR', 70)
|
||||
def_op('PRINT_ITEM', 71)
|
||||
def_op('PRINT_NEWLINE', 72)
|
||||
def_op('PRINT_ITEM_TO', 73)
|
||||
def_op('PRINT_NEWLINE_TO', 74)
|
||||
|
||||
def_op('BREAK_LOOP', 80)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue