mirror of https://github.com/python/cpython
Hack to force loading of cobject.o
This commit is contained in:
parent
39739ea0ed
commit
97ead3fb8e
|
@ -572,3 +572,7 @@ getobjects(self, args)
|
|||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
/* Hack to force loading of cobject.o */
|
||||
static PyTypeObject *cobject_hack = &PyCObject_Type;
|
||||
|
|
Loading…
Reference in New Issue