The python2.2-branch now handles object fields again using the tp_getsets slot. This was the last feature missing in the branch compared to the ExtensionClass based HEAD branch. The weird code handling getattr for GObjects is gone on the branch, so Tom's crashing problems should be gone. The GObject wrappers also participate in cyclic GC and can do weak references, which makes them a little more versatile than before. The majority of the changes were in gobjectmodule.c, followed by codegen.py. As before, the downside is that you need an alpha of 2.2 in order to use the python22-branch. I will put up another snapshot soon. James. -- Email: [EMAIL PROTECTED] WWW: http://www.daa.com.au/~james/ _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk
