Bug#743208: python3-gi: Ctrl-C does not abort Gtk.main()

2017-12-12 Thread Luca Boccassi
Control: tags -1 patch stretch Control: fixed -1 3.27.0 On Mon, 31 Mar 2014 15:49:38 +0200 Roland Koebler wrote: > Package: python3-gi > Version: 3.2.2-2 > Severity: important > Tags: upstream >  > Dear Maintainer, >  > when starting a Python-GTK+-program from a terminal, pressing Ctrl-C > does n

Bug#743208: python3-gi: Ctrl-C does not abort Gtk.main()

2017-12-12 Thread Daniel Gollub
Hi all, this issue got fixed upstream few weeks ago. I could verify that the GObject event loop is capable to handle SIGHUP and SIGINT signals with following patches backported: https://github.com/GNOME/pygobject/commit/a321f6e9d8f5b8e779892eab4ce759b60ff98e39 https://github.com/GNOME/pygobject

Bug#743208: python3-gi: Ctrl-C does not abort Gtk.main()

2014-03-31 Thread Roland Koebler
Package: python3-gi Version: 3.2.2-2 Severity: important Tags: upstream Dear Maintainer, when starting a Python-GTK+-program from a terminal, pressing Ctrl-C does nothing. Usually, Ctrl-C aborts programs, and it did with older PyGTK-versions, but it doesn't with python3-gi; the same applies to py