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

backends/bluezdbus: don't import dbus_next directly #1413

Closed
wants to merge 1 commit into from

Conversation

dlech
Copy link
Collaborator

@dlech dlech commented Sep 4, 2023

The top-level dbus_next module tries to import the GLib backend that is not used by Bleak. This wastes memory and can cause a crash if the available version of gi is not compatible.

Fixes: #1412

The top-level dbus_next module tries to import the GLib backend that is
not used by Bleak. This wastes memory and can cause a crash if the
available version of `gi` is not compatible.

Fixes: #1412
@dlech
Copy link
Collaborator Author

dlech commented Sep 7, 2023

Did not fix the issue.

@dlech dlech closed this Sep 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

linux TypeError: 'StructMeta' object is not iterable
1 participant