Skip to content

Commit b2811e4

Browse files
committed
cleanup
1 parent ca83c7e commit b2811e4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Modules/_threadmodule.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,8 @@ static PF_SET_THREAD_DESCRIPTION pSetThreadDescription = NULL;
7070
module _thread
7171
class _thread.lock "lockobject *" "clinic_state()->lock_type"
7272
class _thread.RLock "rlockobject *" "clinic_state()->rlock_type"
73-
7473
[clinic start generated code]*/
75-
/*[clinic end generated code: output=da39a3ee5e6b4b0d input=dae457a21e11ed0f]*/
74+
/*[clinic end generated code: output=da39a3ee5e6b4b0d input=c5a0f8c492a0c263]*/
7675

7776
#define clinic_state() get_thread_state_by_cls(type)
7877
#include "clinic/_threadmodule.c.h"

0 commit comments

Comments
 (0)