mirror of
https://github.com/python/cpython.git
synced 2024-11-25 02:44:06 +08:00
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
Block a user