[PyKDE] Bug in Sip 4.4 and snapshot-2006-03-25 sipgen/gencode.c

Phil Thompson phil at riverbankcomputing.co.uk
Wed Mar 29 09:55:09 BST 2006


On Wednesday 29 March 2006 12:26 am, Nigel Stewart wrote:
> Lines 8231-8235
>
> > 		prcode(fp,",sipMappedType_%T,%s);\n"
> > 			, ad, (isTransferredBack(ad) ? "Py_None" : "NULL"));
> >
> > 		prcode(fp,");\n"
> > 			);
>
> It appears that the closing ");" is written twice in the case that
> an output parameter is a mapped type.  The suggested patch is to remove
> the last two lines quoted here.
>
> If necessary I can provide further details, but the fix seems reasonably
> clear from local inspection.

Yes - thanks.

Phil




More information about the PyQt mailing list