remove reference to PyCObject

This commit is contained in:
Benjamin Peterson 2009-07-01 01:31:12 +00:00
parent f1664ae13a
commit 6e5b0a1140

View file

@ -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;