Skip to content

Commit bc2da12

Browse files
remove useless track
1 parent 4ae3405 commit bc2da12

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Python/optimizer.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1520,7 +1520,6 @@ _PyExecutor_GetColdExecutor(void)
15201520
Py_FatalError("Cannot allocate core JIT code");
15211521
}
15221522
((_PyUOpInstruction *)cold->trace)->opcode = _COLD_EXIT;
1523-
_PyObject_GC_TRACK(cold);
15241523
#ifdef _Py_JIT
15251524
cold->jit_code = NULL;
15261525
cold->jit_size = 0;

0 commit comments

Comments
 (0)