On Tue, 06 Apr 2004 20:24:30 +0200, Johan Dahlin wrote: >> #7 0xdd648ed3 in object_doc_descr_get (self=0x818a3b8, obj=0x0, >> type=0xdd4638a0) at pygtype.c:1010 > obj=0x0 seems to be the problem.
I just read the code, it should not segfault when obj is NULL. But there's this weird duplicate condition, g_type_is_a(gtype, G_TYPE_OBJECT), in an "if/else if" block guarding the add_signal_docs call. > Has anything related to descriptors changed in the current CVS? Not to the best of my knowledge, I tried to duplicate this bug with python-2.4CVS and pygtk-2.4CVS on linux-intel without success. _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
