-
-
Notifications
You must be signed in to change notification settings - Fork 24
Fix InterfacesRemoved signal emitted when export handle is stopped #102
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
Conversation
|
As stated in the comment #94 (comment) there is another bug in the implementation. In case where interfaces are added to the same path with the |
I need to add a way to call the |
|
I've compiled package with ImportError: /.../python3.12/site-packages/sdbus/sd_bus_internals.abi3.so: undefined symbol: SD_BUS_PY_UNICODE_AS_CHAR_PTR |
|
|
|
I've just built package on the host and I can import As for the test. |
There is actually some kind of bug regarding those interfaces and emit |
This PR fixes the issue reported in #94 (comment)