Skip to content
Prev Previous commit
Next Next commit
remove useless track
  • Loading branch information
Fidget-Spinner committed Dec 9, 2025
commit bc2da123aa7ab583c610c2875f06862fd1cddf50
1 change: 0 additions & 1 deletion Python/optimizer.c
Original file line number Diff line number Diff line change
Expand Up @@ -1520,7 +1520,6 @@ _PyExecutor_GetColdExecutor(void)
Py_FatalError("Cannot allocate core JIT code");
}
((_PyUOpInstruction *)cold->trace)->opcode = _COLD_EXIT;
_PyObject_GC_TRACK(cold);
#ifdef _Py_JIT
cold->jit_code = NULL;
cold->jit_size = 0;
Expand Down
Loading