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 ca83c7e commit b2811e4Copy full SHA for b2811e4
Modules/_threadmodule.c
@@ -70,9 +70,8 @@ static PF_SET_THREAD_DESCRIPTION pSetThreadDescription = NULL;
70
module _thread
71
class _thread.lock "lockobject *" "clinic_state()->lock_type"
72
class _thread.RLock "rlockobject *" "clinic_state()->rlock_type"
73
-
74
[clinic start generated code]*/
75
-/*[clinic end generated code: output=da39a3ee5e6b4b0d input=dae457a21e11ed0f]*/
+/*[clinic end generated code: output=da39a3ee5e6b4b0d input=c5a0f8c492a0c263]*/
76
77
#define clinic_state() get_thread_state_by_cls(type)
78
#include "clinic/_threadmodule.c.h"
0 commit comments