On Tue, 26 May 2009 17:21:28 +0000 (UTC), Kevin Watters <[email protected]> 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 _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
