[ghstack-poisoned]
This commit is contained in:
Guilherme Leobas
2025-10-19 17:06:08 +00:00
parent 9d693fafa4
commit 6aba126f1e

View File

@ -74,6 +74,7 @@ from .bytecode_analysis import (
from .bytecode_transformation import (
cleaned_instructions,
create_binary_slice,
create_binary_subscr,
create_call_function,
create_call_function_ex,
create_copy,
@ -2724,7 +2725,7 @@ class InstructionTranslatorBase(
*create_copy(2),
# frame_values, frame N stack, frame_values
create_load_const(0),
create_instruction("BINARY_SUBSCR"),
create_binary_subscr(),
*create_binary_slice(0, 0, True),
# frame_values[0][0:0] = frame N stack
# frame_values left on top of stack