mirror of
https://github.com/python/cpython.git
synced 2025-08-01 23:53:15 +00:00
remove reference to PyCObject
This commit is contained in:
parent
f1664ae13a
commit
6e5b0a1140
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue