Commit 42b1bc7d authored by Benjamin Peterson's avatar Benjamin Peterson

merge heads

parents d71cccb7 e1c7db7b
...@@ -1825,9 +1825,6 @@ _Py_GetObjects(PyObject *self, PyObject *args) ...@@ -1825,9 +1825,6 @@ _Py_GetObjects(PyObject *self, PyObject *args)
#endif #endif
/* Hack to force loading of pycapsule.o */
PyTypeObject *_PyCapsule_hack = &PyCapsule_Type;
/* Hack to force loading of abstract.o */ /* Hack to force loading of abstract.o */
Py_ssize_t (*_Py_abstract_hack)(PyObject *) = PyObject_Size; Py_ssize_t (*_Py_abstract_hack)(PyObject *) = PyObject_Size;
......
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