python-xlib icon indicating copy to clipboard operation
python-xlib copied to clipboard

Update rq.py

Open allfro opened this issue 3 years ago • 0 comments

Fixes return type inconsistency with the pack_value for class Object. When using an Object field embedded in a request pack_value croaks because it calls to_binary which returns a byte buffer instead of a 3-value tuple. This fix addresses the issue.

allfro avatar May 09 '22 21:05 allfro