Skip to content

Commit 877f3a9

Browse files
committed
Just for test
1 parent 60541dc commit 877f3a9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Python/pystate.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -808,10 +808,6 @@ interpreter_clear(PyInterpreterState *interp, PyThreadState *tstate)
808808

809809
#ifdef _Py_TIER2
810810
_Py_ClearExecutorDeletionList(interp);
811-
if (interp->jit_uop_buffer != NULL) {
812-
PyMem_RawFree(interp->jit_uop_buffer);
813-
interp->jit_uop_buffer = NULL;
814-
}
815811
#endif
816812
_PyAST_Fini(interp);
817813
_PyAtExit_Fini(interp);

0 commit comments

Comments
 (0)