Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 97ead3f

Browse files
committed
Hack to force loading of cobject.o
1 parent 39739ea commit 97ead3f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Objects/object.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -572,3 +572,7 @@ getobjects(self, args)
572572
}
573573

574574
#endif
575+
576+
577+
/* Hack to force loading of cobject.o */
578+
static PyTypeObject *cobject_hack = &PyCObject_Type;

0 commit comments

Comments
 (0)