]> granicus.if.org Git - python/commitdiff
remove reference to PyCObject
authorBenjamin Peterson <benjamin@python.org>
Wed, 1 Jul 2009 01:31:12 +0000 (01:31 +0000)
committerBenjamin Peterson <benjamin@python.org>
Wed, 1 Jul 2009 01:31:12 +0000 (01:31 +0000)
Objects/object.c

index a29c31a43d6376d5f01c83272d764bd2a1a452cd..6845201c23fadec4e758e8f46e99d9b263b863ce 100644 (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;