nodescan icon indicating copy to clipboard operation
nodescan copied to clipboard

Buffer interface in python 3.2 (and maybe above)

Open aguinet opened this issue 10 years ago • 0 comments

It is not possible to send directly a buffer in python3 with target.send(obj)! It has to be converted to a string implying issues with binary protocols.

aguinet avatar Sep 20 '14 08:09 aguinet