When using the Python bindings to GTK or GLib, I have so far not bothered to think about reference counting. Is it the case that Python memory management / garbage collection and PyGTK work nicely in all cases so that I never have to think about it?
In particular, I was looking at some C code using gnome-vfs the other day, and it seemed to make a lot of fuss about un-reffing things. Is VFS a special case - would I have to be similarly fussy if I wanted to use the python gnome.vfs module? thanks, Nigel. _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
