pygobject / pgi

[Unmaintained: Use PyGObject instead] GTK+ / GObject Introspection Bindings for PyPy.
GNU Lesser General Public License v2.1
74 stars 16 forks source link

AttributeError: NoneType object has no attribute quit' on sigint #41

Open adisbladis opened 7 years ago

adisbladis commented 7 years ago

Hit the same bug as this PR addresses.

All you have to do to reproduce is run this tiny piece of code and hit Ctrl+C.

loop = GLib.MainLoop()
loop.run()