From: Benjamin Peterson Date: Wed, 1 Jul 2009 01:31:12 +0000 (+0000) Subject: remove reference to PyCObject X-Git-Tag: v3.2a1~2921 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e5b0a1140536f55ffb59cac255b12f9db1597a6;p=python remove reference to PyCObject --- 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;