Skip to content
Prev Previous commit
Next Next commit
track before immortalizing
  • Loading branch information
Fidget-Spinner committed Nov 7, 2025
commit 4ae3405d12503cccdf92c7dd6e021cba44d80086
1 change: 1 addition & 0 deletions Python/optimizer.c
Original file line number Diff line number Diff line change
Expand Up @@ -1520,6 +1520,7 @@ _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