Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gtk reactors and glib2 reactor no longer import/install against current gtk/glib and should be removed #11705

Closed
glyph opened this issue Oct 6, 2022 · 0 comments · Fixed by #11706
Labels

Comments

@glyph
Copy link
Member

glyph commented Oct 6, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant