diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-07-01 01:31:12 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-07-01 01:31:12 (GMT) |
commit | 6e5b0a1140536f55ffb59cac255b12f9db1597a6 (patch) | |
tree | 8a18785eb9a52ba3f1b9cadd0264dfbc81fa06fb | |
parent | f1664ae13a4c2505ed1fee2d1090ee701c07aa63 (diff) | |
download | cpython-6e5b0a1140536f55ffb59cac255b12f9db1597a6.zip cpython-6e5b0a1140536f55ffb59cac255b12f9db1597a6.tar.gz cpython-6e5b0a1140536f55ffb59cac255b12f9db1597a6.tar.bz2 |
remove reference to PyCObject
-rw-r--r-- | Objects/object.c | 3 |
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; |