GNOME Bugzilla – Bug 691658
Gtk.Main() does not abide SIGINT (it did with pygtk2)
Last modified: 2013-01-13 15:58:46 UTC
Gtk.Main() does not immediately exit when ctrl-c/SIGINT is sent, which is a change in behavior from static pygtk2 bindings. The signal is seen, but only once some UI event fires and drops us into python code. But then the main loop happily keeps on chugging away. GLib.MainLoop() does work as expected.
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of bug 622084 ***