summaryrefslogtreecommitdiffstats
path: root/Modules/clinic/_threadmodule.c.h
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/clinic/_threadmodule.c.h')
-rw-r--r--Modules/clinic/_threadmodule.c.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Modules/clinic/_threadmodule.c.h b/Modules/clinic/_threadmodule.c.h
index 367831c..8930e54 100644
--- a/Modules/clinic/_threadmodule.c.h
+++ b/Modules/clinic/_threadmodule.c.h
@@ -54,9 +54,11 @@ _thread_set_name(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyOb
static struct {
PyGC_Head _this_is_not_used;
PyObject_VAR_HEAD
+ Py_hash_t ob_hash;
PyObject *ob_item[NUM_KEYWORDS];
} _kwtuple = {
.ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
+ .ob_hash = -1,
.ob_item = { &_Py_ID(name), },
};
#undef NUM_KEYWORDS
@@ -101,4 +103,4 @@ exit:
#ifndef _THREAD_SET_NAME_METHODDEF
#define _THREAD_SET_NAME_METHODDEF
#endif /* !defined(_THREAD_SET_NAME_METHODDEF) */
-/*[clinic end generated code: output=c7922811558d314f input=a9049054013a1b77]*/
+/*[clinic end generated code: output=e978dc4615b9bc35 input=a9049054013a1b77]*/