GNOME Bugzilla – Bug 705064
tests: GenericTreeModel tests are failing in debug build of Python
Last modified: 2013-07-29 08:44:37 UTC
The test test_generictreemodel.TestReturnsAfterError.test_get_column_type is raising the following exception: TypeError: Must be gobject.GType, not gobject.GType
Created attachment 250351 [details] [review] Ensure exceptions set in closure out argument marshaling are printed Call PyErr_Print when an exception occures after marshaling closure out arguments. These exceptions were being ignored and cleared out only to show up in debug builds of Python.
Created attachment 250352 [details] [review] Ensure exceptions set in closure out argument marshaling are printed (Removed unnecessary call to PyErr_Occurred())
Pushed with usage of zip instead of zip_longest. The following fix has been pushed: ec3de76 Ensure exceptions set in closure out argument marshaling are printed
Created attachment 250354 [details] [review] Ensure exceptions set in closure out argument marshaling are printed Call PyErr_Print when an exception occurs after marshaling closure out arguments. These exceptions were being ignored and cleared out only to show up in debug builds of Python.