On Tuesday 03 June 2008 2:17:08 pm Arve Knudsen wrote:
> SIP 4.7.7-snapshot-20080530, on Ubuntu 7.10 32bit, segfaults when I
> specify that a method throws one or more exceptions. The attached
> example should be enough to trigger the bug.

Attached is the fix.

Thanks,
Phil
--- transform.c.orig	2008-06-03 15:10:11.000000000 +0100
+++ transform.c	2008-06-03 15:10:33.000000000 +0100
@@ -2820,7 +2820,7 @@
         int a;
 
         for (a = 0; a < ta->nrArgs; ++a)
-            addToUsedList(used, ta->args[a]->cd->iff);
+            addToUsedList(used, ta->args[a]->iff);
     }
 }
 
_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to