On 25-Mar-05, at 9:47 AM, Phil Thompson wrote:
The effect of the CLASS_CANNOT_CREATE bit is to set td_init AND
td_dealloc to 0 in the generated sipTypeDef. This causes factory
methods returning pointers to abstract interfaces to leak memory.
I am going to attempt to patch this, but I still don't k
On Wednesday 23 March 2005 3:51 pm, Nahuel Greco wrote:
> Hi, I think that I have found a memory leak in the latest PyQT snapshot.
> When you create forms, if the form constructor connects their signals,
> after his destruction a "weakref" object remains in memory. Note the
> attached logs:
>
>
On Friday 25 March 2005 9:41 am, mrx wrote:
> Hi!
>
> I can't install sip on my windows machine using mingw
>
> As output imto cmd.exe, I get:
>
>
> makefile:29: warning: overriding commands for target `.c.o'
> makefile:26: warning: ignoring old commands for target `.c.o'
> makefile:30: warning: ov
On Thursday 24 March 2005 7:05 pm, Simon Edwards wrote:
> Hi all,
>
> If I play this this code (see attachment) I quickly run up against a crash
> or the message "pure virtual method called" and then a crash.
>
> I'm overriding createView(), but my version should right now behave exactly
> the same
On Thursday 24 March 2005 1:07 am, James Emerton wrote:
> If a sip specification marks a class with the 'Abstract' annotation,
> the CLASS_CANNOT_CREATE bit is set. This can also be caused by the
> inclusion of pure virtual methods.
Private pure virtual methods.
> The effect of the CLASS_CANNOT_
The next SIP snapshot includes a side effect that will cause problems for .sip
files that don't specify private or protected destructors properly. PyQt and
PyKDE are affected. PyQt will be fixed in its next snapshot.
Phil
___
PyKDE mailing listPyK
--- Detlev Offenbach <[EMAIL PROTECTED]> wrote:
> Am Freitag, 25. März 2005 16:44 schrieb John Ridley:
> > Hello
> >
> > installed eric 3.6.2 today but found one bug:
> >
> > [root]# python install.py -b /usr/local/bin -d /usr/local/lib/eric
> > [user]# eric3
> > Traceback (most recent call last):
Am Freitag, 25. März 2005 16:44 schrieb John Ridley:
> Hello
>
> installed eric 3.6.2 today but found one bug:
>
> [root]# python install.py -b /usr/local/bin -d /usr/local/lib/eric
> [user]# eric3
> Traceback (most recent call last):
> File "/usr/local/lib/eric/eric3/eric3.py", line 21, in ?
>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello all,
I have put together a somewhat sane release of a Widgetfactory Python
implementation (was: UI-OnTheFly). I'm still searching for a good name, but that
doesn't mean that there isn't anything else to be done.
Please have a look at the README fi
Hello
installed eric 3.6.2 today but found one bug:
[root]# python install.py -b /usr/local/bin -d /usr/local/lib/eric
[user]# eric3
Traceback (most recent call last):
File "/usr/local/lib/eric/eric3/eric3.py", line 21, in ?
from UI.SplashScreen import SplashScreen, NoneSplashScreen
File
Hi!
I can't install sip on my windows machine using mingw
As output imto cmd.exe, I get:
makefile:29: warning: overriding commands for target `.c.o'
makefile:26: warning: ignoring old commands for target `.c.o'
makefile:30: warning: overriding commands for target `.c.o'
makefile:27: warning: ig
11 matches
Mail list logo