We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c44c0b commit 6551bfaCopy full SHA for 6551bfa
1 file changed
Python/pylifecycle.c
@@ -2071,7 +2071,6 @@ _Py_Finalize(_PyRuntimeState *runtime)
2071
/* Remaining daemon threads will be trapped in PyThread_hang_thread
2072
when they attempt to take the GIL (ex: PyEval_RestoreThread()). */
2073
_PyInterpreterState_SetFinalizing(tstate->interp, tstate);
2074
-
2075
_PyRuntimeState_SetFinalizing(runtime, tstate);
2076
runtime->initialized = 0;
2077
runtime->core_initialized = 0;
0 commit comments