Skip to content

Remove gi.Boxed.__del__ and GObject.Value.__del__

Christoph Reiter requested to merge gi-boxed-remove-del into master

Do everything in tp_dealloc instead.

Only GLib.Source was depending on the early finalization in __del__ because the boxed calls back into Python, so add a method for explicitly freeing the underlying boxed just for that.

Merge request reports