The function _wrap_gtk_tree_view_column_new is declared in gtk/gtk.override
as

    static PyObject *
    _wrap_gtk_tree_view_column_new(PyGObject *self,
                                   PyObject*args,
                                   PyObject*kwargs)

If gtk.GtkTreeViewColumn is called without args, Python segfaults calling
PyDict_Next because kwargs is NULL.  Checking for a NULL kwargs before the
while loop seems like it should fix the problem.

-- 
Skip Montanaro ([EMAIL PROTECTED])
(847)971-7098
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk

Reply via email to