Skip to content
Open
Prev Previous commit
Next Next commit
cleanup
  • Loading branch information
eendebakpt committed Aug 30, 2025
commit ca83c7e2d66dc25fcde60259810c25c851466b21
3 changes: 1 addition & 2 deletions Modules/_threadmodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class _thread.lock "lockobject *" "clinic_state()->lock_type"
class _thread.RLock "rlockobject *" "clinic_state()->rlock_type"

[clinic start generated code]*/
/*[clinic end generated code: output=da39a3ee5e6b4b0d input=1a4bf65233f83eae]*/
/*[clinic end generated code: output=da39a3ee5e6b4b0d input=dae457a21e11ed0f]*/

#define clinic_state() get_thread_state_by_cls(type)
#include "clinic/_threadmodule.c.h"
Expand Down Expand Up @@ -752,7 +752,6 @@ static PyType_Spec ThreadHandle_Type_spec = {
ThreadHandle_Type_slots,
};


/* Lock objects */

typedef struct {
Expand Down
34 changes: 2 additions & 32 deletions Modules/clinic/_threadmodule.c.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading