Re: [pygtk] GObject reference handling

2003-03-06 Thread James Henstridge
James Henstridge wrote: If anyone on the list has experience with the Python cycle GC, I would appreciate it if you could read over my reasoning, and hopefully spot any obvious mistakes. If I can get this working, I would like to apply it for the next pygtk release. Okay. I found the problem

[pygtk] GObject reference handling

2003-03-05 Thread James Henstridge
I have recently been looking into the problem of disapearing member variables on GObject wrappers: http://bugzilla.gnome.org/show_bug.cgi?id=92955 I have a fairly good idea of why this happens: the cycle GC system thinks that the only references held on the wrapper are part of cycles, as it