nodescan
nodescan copied to clipboard
Buffer interface in python 3.2 (and maybe above)
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.