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 _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
