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

This commit is contained in:
Georg Brandl 2008-07-20 21:38:50 +00:00
parent f112369463
commit dbdbf75983
1 changed files with 1 additions and 1 deletions

View File

@ -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)