]> granicus.if.org Git - python/commitdiff
Remove MAKE_BYTES which is a leftover from the mutable byte literal time.
authorGeorg Brandl <georg@python.org>
Sun, 20 Jul 2008 21:38:50 +0000 (21:38 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 20 Jul 2008 21:38:50 +0000 (21:38 +0000)
Lib/opcode.py

index 50e10ee61278ea18f5a02c7b330a7bddc0081bf2..5fd9c218c57cb8279b2f977e0eb5762b0b618b41 100644 (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)