GNOME Bugzilla – Bug 619286
Warning when inheriting from a GInterface
Last modified: 2010-05-21 13:16:21 UTC
Created attachment 161639 [details] Sample case showing the above warning. When defining a type inheriting from a GInterface, we get the following warning: > pygi/gi/types.py:110: Warning: cannot unreference class of invalid (unclassed) > type `GtkEditable' > vfunc) The related python code in types.py is: > hook_up_vfunc_implementation(vfunc_info, cls.__gtype__, vfunc)
Created attachment 161640 [details] [review] Fix warning appearing when inheriting from a GInterface.
Dupe, would be better to go through the patch queue and checkin as much as we want: https://bugzilla.gnome.org/page.cgi?id=patchreport.html&product=pygi&patch-status=none *** This bug has been marked as a duplicate of bug 617159 ***