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 430b2d5 commit de106ccCopy full SHA for de106cc
1 file changed
Python/pylifecycle.c
@@ -3820,8 +3820,8 @@ handle_thread_shutdown_exception(PyThreadState *tstate)
3820
assert(tstate != NULL);
3821
assert(_PyErr_Occurred(tstate));
3822
PyInterpreterState *interp = tstate->interp;
3823
- assert(interp->threads.head != NULL);
3824
_PyEval_StopTheWorld(interp);
+ assert(interp->threads.head != NULL);
3825
3826
// We don't have to worry about locking this because the
3827
// world is stopped.
0 commit comments