Commit 97ead3fb authored by Guido van Rossum's avatar Guido van Rossum

Hack to force loading of cobject.o

parent 39739ea0
......@@ -572,3 +572,7 @@ getobjects(self, args)
}
#endif
/* Hack to force loading of cobject.o */
static PyTypeObject *cobject_hack = &PyCObject_Type;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment