Skip to content

Commit 8a672c3

Browse files
Revert changes for ENTER_EXECUTOR
1 parent 9f2a34a commit 8a672c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/bytecodes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3018,7 +3018,7 @@ dummy_func(
30183018
goto stop_tracing;
30193019
}
30203020
PyCodeObject *code = _PyFrame_GetCode(frame);
3021-
_PyExecutorObject *executor = code->co_executors->executors[this_instr->op.arg];
3021+
_PyExecutorObject *executor = code->co_executors->executors[oparg & 255];
30223022
assert(executor->vm_data.index == INSTR_OFFSET() - 1);
30233023
assert(executor->vm_data.code == code);
30243024
assert(executor->vm_data.valid);

0 commit comments

Comments
 (0)