We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a672c3 commit b0432aeCopy full SHA for b0432ae
Python/bytecodes.c
@@ -5650,7 +5650,7 @@ dummy_func(
5650
LEAVE_TRACING();
5651
int err = stop_tracing_and_jit(tstate, frame);
5652
ERROR_IF(err < 0);
5653
- DISPATCH_GOTO_NON_TRACING();
+ DISPATCH();
5654
}
5655
// Super instructions. Instruction deopted. There's a mismatch in what the stack expects
5656
// in the optimizer. So we have to reflect in the trace correctly.
0 commit comments