Comment 4 for bug 1009859

Revision history for this message
Sami Jaktholm (sjakthol) wrote :

The GObject.set_data and GObject.get_data method bindings were removed from PyGObject 3.3.1 release[1] because "They will basically cause a crash if misused" [2]

I attached a patch that uses traditional python object attributes instead of GObject attributes. The patch fixes this bug, #1009151 and similar crashes occuring in ReleaseNotesViewer.py.

[1] https://mail.gnome.org/archives/gnome-announce-list/2012-April/msg00048.html
[2] https://bugzilla.gnome.org/show_bug.cgi?id=641944