mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
GH-125837: Split LOAD_CONST
into three. (GH-125972)
* Add LOAD_CONST_IMMORTAL opcode * Add LOAD_SMALL_INT opcode * Remove RETURN_CONST opcode
This commit is contained in:
parent
67f5c5bd6f
commit
faa3272fb8
33 changed files with 706 additions and 538 deletions
|
@ -1248,8 +1248,6 @@ mark_stacks(PyCodeObject *code_obj, int len)
|
|||
assert(pop_value(next_stack) == EMPTY_STACK);
|
||||
assert(top_of_stack(next_stack) == Object);
|
||||
break;
|
||||
case RETURN_CONST:
|
||||
break;
|
||||
case RAISE_VARARGS:
|
||||
break;
|
||||
case RERAISE:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue