[PyQt] SIP: missing PyType_Ready

Kevin Watters kevin.watters at gmail.com
Tue May 26 18:21:28 BST 2009


I was using an extension that traverses the GC heap, and it crashed when it
got to the sipVariableDescr_Type object, because it never gets initialized
via PyType_Ready.

The fix is easy; just an extra PyType_Ready for sipVariableDescr_Type in the
PyMODINIT_FUNC in siplib.c

Thanks!

- Kevin



More information about the PyQt mailing list