Amaury Forgeot d'Arc <amaur...@gmail.com> added the comment: This is a bug in pygobject, which has been already corrected btw:
http://git.gnome.org./cgit/pygobject/commit/?id=84706c9a73ad8b2e1dbd3eada09e4425a01d4d05 The "corrupted base object" is actually an old-style class... [the gdb trace shows that you don't have this version: in pyg_type_add_interfaces(), the variable 'base' was a PyTypeObject*, the bug fix changed it to a PyObject*] ---------- nosy: +amaury.forgeotdarc resolution: -> invalid status: open -> closed _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue5909> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com