Commit dbdbf759 authored by Georg Brandl's avatar Georg Brandl

Remove MAKE_BYTES which is a leftover from the mutable byte literal time.

parent f1123694
......@@ -101,7 +101,7 @@ def_op('WITH_CLEANUP', 81)
def_op('RETURN_VALUE', 83)
def_op('IMPORT_STAR', 84)
def_op('MAKE_BYTES', 85)
def_op('YIELD_VALUE', 86)
def_op('POP_BLOCK', 87)
def_op('END_FINALLY', 88)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment