summaryrefslogtreecommitdiffstats
path: root/Objects/clinic/classobject.c.h
diff options
context:
space:
mode:
Diffstat (limited to 'Objects/clinic/classobject.c.h')
-rw-r--r--Objects/clinic/classobject.c.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/Objects/clinic/classobject.c.h b/Objects/clinic/classobject.c.h
index a4f1900..6c44982 100644
--- a/Objects/clinic/classobject.c.h
+++ b/Objects/clinic/classobject.c.h
@@ -2,6 +2,12 @@
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
+
+
PyDoc_STRVAR(method___reduce____doc__,
"__reduce__($self, /)\n"
"--\n"
@@ -80,4 +86,4 @@ instancemethod_new(PyTypeObject *type, PyObject *args, PyObject *kwargs)
exit:
return return_value;
}
-/*[clinic end generated code: output=a230fe125f664416 input=a9049054013a1b77]*/
+/*[clinic end generated code: output=e3294c26a71d456d input=a9049054013a1b77]*/