Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 203da6d

Browse files
committed
Add the new PRINT_ITEM_TO and PRINT_NEWLINE_TO opcodes.
1 parent 24703a0 commit 203da6d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Lib/dis.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,8 @@ def jabs_op(name, op):
190190
def_op('PRINT_EXPR', 70)
191191
def_op('PRINT_ITEM', 71)
192192
def_op('PRINT_NEWLINE', 72)
193+
def_op('PRINT_ITEM_TO', 73)
194+
def_op('PRINT_NEWLINE_TO', 74)
193195

194196
def_op('BREAK_LOOP', 80)
195197

0 commit comments

Comments
 (0)