| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3827,8 +3827,8 @@ handle_thread_shutdown_exception(PyThreadState *tstate) | |||
| 3827 | 3827 | assert(tstate != NULL); | |
| 3828 | 3828 | assert(_PyErr_Occurred(tstate)); | |
| 3829 | 3829 | PyInterpreterState *interp = tstate->interp; | |
| 3830 | - assert(interp->threads.head != NULL); | ||
| 3831 | 3830 | _PyEval_StopTheWorld(interp); | |
| 3831 | + assert(interp->threads.head != NULL); | ||
| 3832 | 3832 | ||
| 3833 | 3833 | // We don't have to worry about locking this because the | |
| 3834 | 3834 | // world is stopped. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments