summaryrefslogtreecommitdiff
path: root/Objects/object.c
diff options
context:
space:
mode:
Diffstat (limited to 'Objects/object.c')
-rw-r--r--Objects/object.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/Objects/object.c b/Objects/object.c
index 4899ef18fc..fa35b80849 100644
--- a/Objects/object.c
+++ b/Objects/object.c
@@ -572,3 +572,7 @@ getobjects(self, args)
}
#endif
+
+
+/* Hack to force loading of cobject.o */
+static PyTypeObject *cobject_hack = &PyCObject_Type;