Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 83d8fc2 commit 42fc0ebCopy full SHA for 42fc0eb
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