Re: [PyQt] Small bug in checkPointer in SIP

2012-07-30 Thread Phil Thompson
On Mon, 30 Jul 2012 10:26:50 +0530, Kovid Goyal wrote: > Hi Phil, > > I noticed the other day that checkPointer() in siplib.c.in has > > PyErr_Format(PyExc_RuntimeError, (sipWasCreated(sw) ? > "wrapped C/C++ object of %S has been deleted" : > "supe

[PyQt] Small bug in checkPointer in SIP

2012-07-29 Thread Kovid Goyal
Hi Phil, I noticed the other day that checkPointer() in siplib.c.in has PyErr_Format(PyExc_RuntimeError, (sipWasCreated(sw) ? "wrapped C/C++ object of %S has been deleted" : "super-class __init__() of %S was never called"), (PyObject