Skip to content
Prev Previous commit
Next Next commit
fix import
  • Loading branch information
eendebakpt committed Jun 1, 2025
commit 7315c4916be445426cdb95cc8fe785d4a6bf92d4
2 changes: 0 additions & 2 deletions Modules/_threadmodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ find_state_by_type(PyTypeObject *tp)
return get_thread_state(mod);
}

#include "clinic/_threadmodule.c.h"


#ifdef MS_WINDOWS
typedef HRESULT (WINAPI *PF_GET_THREAD_DESCRIPTION)(HANDLE, PCWSTR*);
Expand Down
Loading