diff -r 1122b85c5f7a Objects/object.c --- a/Objects/object.c Thu Apr 17 18:29:27 2014 -0400 +++ b/Objects/object.c Thu Apr 17 19:46:50 2014 -0400 @@ -1809,10 +1809,6 @@ #endif -/* Hack to force loading of pycapsule.o */ -PyTypeObject *_PyCapsule_hack = &PyCapsule_Type; - - /* Hack to force loading of abstract.o */ Py_ssize_t (*_Py_abstract_hack)(PyObject *) = PyObject_Size;