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 ac0711d commit da66058Copy full SHA for da66058
1 file changed
Python/ceval.c
@@ -1003,7 +1003,6 @@ bail_tracing_and_jit(PyThreadState *tstate, _PyInterpreterFrame *frame)
1003
if (exit == NULL) {
1004
// We hold a strong reference to the code object, so the instruction won't be freed.
1005
if (err <= 0) {
1006
- assert(tstate->interp->jit_state.jump_backward_instr->op.code == JUMP_BACKWARD_JIT);
1007
_Py_BackoffCounter counter = tstate->interp->jit_state.jump_backward_instr[1].counter;
1008
tstate->interp->jit_state.jump_backward_instr[1].counter = restart_backoff_counter(counter);
1009
}
0 commit comments