yurac

Results 5 issues of yurac

Is it possible to fall back to ensure_future() instead create_task() in order to support python 3.6? The create_task() function is currently called in 1 place in file proxy_object.py Thanks!

Seems that the following pattern repeats frequently: 1. Get introspection 2. Get proxy object 3. Get interface Is it possible to have a shortcut for this? Something like: ``` Class...

I created several instances and got ResourceWarnings as follows: /usr/lib/python3.6/site-packages/dbus_next/introspection.py:172: ResourceWarning: unclosed Looking into the source code, it seems that there is no place that closes bus underlying sockets. There...