python-tdbus
python-tdbus copied to clipboard
Simple ("trivial") Python bindings for D-BUS.
Results
2
python-tdbus issues
Sort by
recently updated
recently updated
newest added
This gives strange results: ``` try: connection.send_method_return(message, 's', [None]) logger.error('x') except Exception as e: # Format might be wrong with the arguments (often when an argument is None) logger.error('s') logger.exception(e)...
I guess this module is unmaintained but I found a bug that leads to a segfault when large messages are sent. Neither the coredump backtrace, pdb nor faulthandler helped me...