Hack to force loading of cobject.o

This commit is contained in:
Guido van Rossum 1996-01-12 01:24:09 +00:00
parent 39739ea0ed
commit 97ead3fb8e
1 changed files with 4 additions and 0 deletions

View File

@ -572,3 +572,7 @@ getobjects(self, args)
}
#endif
/* Hack to force loading of cobject.o */
static PyTypeObject *cobject_hack = &PyCObject_Type;