Skip to content

Commit ca83c7e

Browse files
committed
cleanup
1 parent d314fe0 commit ca83c7e

File tree

2 files changed

+3
-34
lines changed

2 files changed

+3
-34
lines changed

Modules/_threadmodule.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class _thread.lock "lockobject *" "clinic_state()->lock_type"
7272
class _thread.RLock "rlockobject *" "clinic_state()->rlock_type"
7373
7474
[clinic start generated code]*/
75-
/*[clinic end generated code: output=da39a3ee5e6b4b0d input=1a4bf65233f83eae]*/
75+
/*[clinic end generated code: output=da39a3ee5e6b4b0d input=dae457a21e11ed0f]*/
7676

7777
#define clinic_state() get_thread_state_by_cls(type)
7878
#include "clinic/_threadmodule.c.h"
@@ -752,7 +752,6 @@ static PyType_Spec ThreadHandle_Type_spec = {
752752
ThreadHandle_Type_slots,
753753
};
754754

755-
756755
/* Lock objects */
757756

758757
typedef struct {

Modules/clinic/_threadmodule.c.h

Lines changed: 2 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)