diff options
Diffstat (limited to 'Objects/stringlib/clinic/transmogrify.h.h')
-rw-r--r-- | Objects/stringlib/clinic/transmogrify.h.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Objects/stringlib/clinic/transmogrify.h.h b/Objects/stringlib/clinic/transmogrify.h.h index 5b82c2de737..588fc101dbb 100644 --- a/Objects/stringlib/clinic/transmogrify.h.h +++ b/Objects/stringlib/clinic/transmogrify.h.h @@ -33,9 +33,11 @@ stringlib_expandtabs(PyObject *self, PyObject *const *args, Py_ssize_t nargs, Py 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(tabsize), }, }; #undef NUM_KEYWORDS @@ -322,4 +324,4 @@ stringlib_zfill(PyObject *self, PyObject *arg) exit: return return_value; } -/*[clinic end generated code: output=0e24a10bac3ec053 input=a9049054013a1b77]*/ +/*[clinic end generated code: output=8363b4b6cdaad556 input=a9049054013a1b77]*/ |