Re: [PyQt] Small bug in checkPointer in SIP
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
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