summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-07-01 01:31:12 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-07-01 01:31:12 (GMT)
commit6e5b0a1140536f55ffb59cac255b12f9db1597a6 (patch)
tree8a18785eb9a52ba3f1b9cadd0264dfbc81fa06fb
parentf1664ae13a4c2505ed1fee2d1090ee701c07aa63 (diff)
downloadcpython-6e5b0a1140536f55ffb59cac255b12f9db1597a6.zip
cpython-6e5b0a1140536f55ffb59cac255b12f9db1597a6.tar.gz
cpython-6e5b0a1140536f55ffb59cac255b12f9db1597a6.tar.bz2
remove reference to PyCObject
-rw-r--r--Objects/object.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/Objects/object.c b/Objects/object.c
index a29c31a..6845201 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;