Describe the incorrect behavior you saw
AttributeError: 'gi.repository.Gtk' object has no attribute 'events_pending'
Describe how to cause this behavior
>>> from twisted.internet import gtk3reactor
>>> gtk3reactor.install()
Describe the correct behavior you'd like to see
I think (but have not yet confirmed confirmed with both automated testing and interactive UI testing) that gireactor is sufficient to address all glib/gtk reactor use-cases
Describe the incorrect behavior you saw
Describe how to cause this behavior
Describe the correct behavior you'd like to see
I think (
but have not yet confirmedconfirmed with both automated testing and interactive UI testing) thatgireactoris sufficient to address all glib/gtk reactor use-cases