Hi, I have a small question about references. The problem is the DiaCanvas. each canvas item can hold a bunch of sub-items and each canvas item has it's own wrapper object. In combination with some data objects written in Python cyclic references could occur. Normally this would not be a problem for the Python GC, but since some references are at GObject level, those are not visible to python. What's the best way to handle those references? Should I add them to the inst_dict entry of PyGObject?
Please help. Regards, Arjan _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
