Skip to content

Commit 4e216fe

Browse files
fix crash
1 parent cdb5d46 commit 4e216fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Python/pystate.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1847,7 +1847,6 @@ tstate_delete_common(PyThreadState *tstate, int release_gil)
18471847
_PyObject_VirtualFree(_tstate->jit_tracer_state.code_buffer, UOP_BUFFER_SIZE);
18481848
_tstate->jit_tracer_state.code_buffer = NULL;
18491849
}
1850-
_PyJit_ResetTracing(tstate);
18511850
#endif
18521851

18531852
HEAD_UNLOCK(runtime);

0 commit comments

Comments
 (0)