/*[clinic input] preserve [clinic start generated code]*/ #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE) # 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); static PyObject * structseq_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) { … } /*[clinic end generated code: output=ef2406240ce0ad3f input=a9049054013a1b77]*/