[pygtk] memory leak !?

Greg Ewing greg.ewing at canterbury.ac.nz
Wed Jun 14 09:25:37 WST 2006


Tony Nelson wrote:

> It would have to be a circular reference (with a __del__() method?). 

Without a __del__ method, otherwise the gc would just put
it on the uncollectable garbage list, which wouldn't help.

I'd look for places where you're inadvertently creating
a cycle.

--
Greg


More information about the pygtk mailing list