[PyQt] SIP: missing PyType_Ready
Phil Thompson
phil at riverbankcomputing.com
Tue May 26 18:28:16 BST 2009
On Tue, 26 May 2009 17:21:28 +0000 (UTC), Kevin Watters
<kevin.watters at gmail.com> wrote:
> 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
Whoops - thanks.
Phil
More information about the PyQt
mailing list