Hack to force loading of cobject.o
diff --git a/Objects/object.c b/Objects/object.c
index 4899ef1..fa35b80 100644
--- a/Objects/object.c
+++ b/Objects/object.c
@@ -572,3 +572,7 @@
 }
 
 #endif
+
+
+/* Hack to force loading of cobject.o */
+static PyTypeObject *cobject_hack = &PyCObject_Type;