Comment 14 for bug 189543

Revision history for this message
Robert Ancell (robert-ancell) wrote :

(The reason this doesn't crash or actually cause a problem is PyGTK catches exceptions in signal handlers and continues execution. In this case since the function should not return None anyway the behaviour was correct for GTK+).