Hello, I have a problem with garbage collection with PyQt. It seems that cyclic garbage collection works fine for most of my classes, but I have some leaks when one of the classes in the cycle uses a metaclass which is not sip.wrappertype (note: the custom metaclass of course derived from sip.wrappertype and changes only one function, __call__).
I do not have a short testcase to demonstrate this but I was wondering if this rings a bell. -- Giovanni Bajo _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
