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 1ad2089 commit 5801138Copy full SHA for 5801138
Python/pystate.c
@@ -1667,6 +1667,8 @@ PyThreadState_Clear(PyThreadState *tstate)
1667
Py_CLEAR(tstate->threading_local_key);
1668
Py_CLEAR(tstate->threading_local_sentinel);
1669
1670
+ Py_CLEAR(((_PyThreadStateImpl *)tstate)->asyncio_running_loop);
1671
+
1672
Py_CLEAR(tstate->dict);
1673
Py_CLEAR(tstate->async_exc);
1674
0 commit comments