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