mirror of
https://github.com/python/cpython.git
synced 2026-03-16 01:41:06 +00:00
Remove MAKE_BYTES which is a leftover from the mutable byte literal time.
This commit is contained in:
parent
f112369463
commit
dbdbf75983
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ def jabs_op(name, op):
|
|||
|
||||
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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue