pgi
pgi copied to clipboard
AttributeError: NoneType object has no attribute quit' on sigint
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()