diff options
Diffstat (limited to 'Objects/clinic/structseq.c.h')
-rw-r--r-- | Objects/clinic/structseq.c.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Objects/clinic/structseq.c.h b/Objects/clinic/structseq.c.h index 2571888454c..cec49ebcccc 100644 --- a/Objects/clinic/structseq.c.h +++ b/Objects/clinic/structseq.c.h @@ -6,6 +6,7 @@ preserve # include "pycore_gc.h" // PyGC_Head # include "pycore_runtime.h" // _Py_ID() #endif +#include "pycore_modsupport.h" // _PyArg_UnpackKeywords() static PyObject * structseq_new_impl(PyTypeObject *type, PyObject *arg, PyObject *dict); @@ -61,4 +62,4 @@ skip_optional_pos: exit: return return_value; } -/*[clinic end generated code: output=2f88fe2a6f5c13a8 input=a9049054013a1b77]*/ +/*[clinic end generated code: output=5bf39b3f06a34ce4 input=a9049054013a1b77]*/ |