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 e6ea285 commit 7315c49Copy full SHA for 7315c49
Modules/_threadmodule.c
@@ -67,8 +67,6 @@ find_state_by_type(PyTypeObject *tp)
67
return get_thread_state(mod);
68
}
69
70
-#include "clinic/_threadmodule.c.h"
71
-
72
73
#ifdef MS_WINDOWS
74
typedef HRESULT (WINAPI *PF_GET_THREAD_DESCRIPTION)(HANDLE, PCWSTR*);
0 commit comments