Hit the same bug as [this PR](https://github.com/pygobject/pgi/pull/34) addresses. All you have to do to reproduce is run this tiny piece of code and hit Ctrl+C. ``` loop = GLib.MainLoop() loop.run() ```