mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Hack to force loading of cobject.o
This commit is contained in:
parent
39739ea0ed
commit
97ead3fb8e
1 changed files with 4 additions and 0 deletions
|
@ -572,3 +572,7 @@ getobjects(self, args)
|
|||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
/* Hack to force loading of cobject.o */
|
||||
static PyTypeObject *cobject_hack = &PyCObject_Type;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue