On Tue, 02 Sep 2008 20:30:20 +0200, charles matthew chen <[EMAIL PROTECTED]> wrote: > > Hi Phil, > > The documented behavior of sip/pyqt - to keep strong references to > slots except instance methods - isn't desirable from our project's point > of view. Is there any easy way to patch SIP to disable this behavior?
Probably. > We'd like closures, lambdas, etc. to be garbage collected if no other > strong reference remains to them. You want to force programmers to keep an explicit reference to a lambda? That rather misses the point doesn't it? Phil _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
