Skip to content

Commit d5c2e03

Browse files
simplify control flow
1 parent 1248cfe commit d5c2e03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/optimizer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ _PyJit_translate_single_bytecode_to_trace(
737737
int32_t old_target = (int32_t)uop_get_target(curr);
738738
curr++;
739739
trace_length++;
740-
curr->opcode = stop_tracing_opcode;
740+
curr->opcode = _DEOPT;
741741
curr->format = UOP_FORMAT_TARGET;
742742
curr->target = old_target;
743743
}

0 commit comments

Comments
 (0)