Skip to content

Commit cc1f1e9

Browse files
Possible solution
1 parent b373d34 commit cc1f1e9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Python/pylifecycle.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1708,8 +1708,7 @@ finalize_modules(PyThreadState *tstate)
17081708
{
17091709
PyInterpreterState *interp = tstate->interp;
17101710

1711-
// Invalidate all executors and turn off JIT:
1712-
interp->jit = false;
1711+
// Invalidate all executors
17131712
interp->compiling = false;
17141713
#ifdef _Py_TIER2
17151714
_Py_Executors_InvalidateAll(interp, 0);

0 commit comments

Comments
 (0)