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 a759540 commit 76e4ec9Copy full SHA for 76e4ec9
Python/pylifecycle.c
@@ -2450,7 +2450,7 @@ Py_EndInterpreter(PyThreadState *tstate)
2450
when they attempt to take the GIL (ex: PyEval_RestoreThread()). */
2451
_PyInterpreterState_SetFinalizing(interp, tstate);
2452
_PyEval_StartTheWorldAll(runtime);
2453
- _PyThreadState_DeleteList(list);
+ _PyThreadState_DeleteList(list, /*is_after_fork=*/0);
2454
2455
// XXX Call something like _PyImport_Disable() here?
2456
0 commit comments