Commit 6e5b0a11 authored by Benjamin Peterson's avatar Benjamin Peterson

remove reference to PyCObject

parent f1664ae1
...@@ -1720,9 +1720,6 @@ _Py_GetObjects(PyObject *self, PyObject *args) ...@@ -1720,9 +1720,6 @@ _Py_GetObjects(PyObject *self, PyObject *args)
#endif #endif
/* Hack to force loading of cobject.o */
PyTypeObject *_Py_cobject_hack = &PyCObject_Type;
/* Hack to force loading of pycapsule.o */ /* Hack to force loading of pycapsule.o */
PyTypeObject *_PyCapsule_hack = &PyCapsule_Type; PyTypeObject *_PyCapsule_hack = &PyCapsule_Type;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment