Skip to content

Commit 6551bfa

Browse files
committed
Remove stray newline.
1 parent 7c44c0b commit 6551bfa

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Python/pylifecycle.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2071,7 +2071,6 @@ _Py_Finalize(_PyRuntimeState *runtime)
20712071
/* Remaining daemon threads will be trapped in PyThread_hang_thread
20722072
when they attempt to take the GIL (ex: PyEval_RestoreThread()). */
20732073
_PyInterpreterState_SetFinalizing(tstate->interp, tstate);
2074-
20752074
_PyRuntimeState_SetFinalizing(runtime, tstate);
20762075
runtime->initialized = 0;
20772076
runtime->core_initialized = 0;

0 commit comments

Comments
 (0)