From 6e5b0a1140536f55ffb59cac255b12f9db1597a6 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Wed, 1 Jul 2009 01:31:12 +0000 Subject: [PATCH] remove reference to PyCObject --- Objects/object.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/Objects/object.c b/Objects/object.c index a29c31a43d..6845201c23 100644 --- a/Objects/object.c +++ b/Objects/object.c @@ -1720,9 +1720,6 @@ _Py_GetObjects(PyObject *self, PyObject *args) #endif -/* Hack to force loading of cobject.o */ -PyTypeObject *_Py_cobject_hack = &PyCObject_Type; - /* Hack to force loading of pycapsule.o */ PyTypeObject *_PyCapsule_hack = &PyCapsule_Type; -- 2.50.0