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

Skip to content

Commit dbdbf75

Browse files
committed
Remove MAKE_BYTES which is a leftover from the mutable byte literal time.
1 parent f112369 commit dbdbf75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/opcode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def jabs_op(name, op):
101101

102102
def_op('RETURN_VALUE', 83)
103103
def_op('IMPORT_STAR', 84)
104-
def_op('MAKE_BYTES', 85)
104+
105105
def_op('YIELD_VALUE', 86)
106106
def_op('POP_BLOCK', 87)
107107
def_op('END_FINALLY', 88)

0 commit comments

Comments
 (0)