We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c0a820 + 42fc0eb commit 241520aCopy full SHA for 241520a
1 file changed
Objects/object.c
@@ -1825,9 +1825,6 @@ _Py_GetObjects(PyObject *self, PyObject *args)
1825
1826
#endif
1827
1828
-/* Hack to force loading of pycapsule.o */
1829
-PyTypeObject *_PyCapsule_hack = &PyCapsule_Type;
1830
-
1831
1832
/* Hack to force loading of abstract.o */
1833
Py_ssize_t (*_Py_abstract_hack)(PyObject *) = PyObject_Size;
0 commit comments