Skip to content

qemu: Use socket.sendall() to push text into AF_UNIX sockets

Simon McVittie requested to merge smcv/autopkgtest:sendall into master

There is no guarantee that send() won't result in a short write. This seems to be particularly likely in Python 3.7 for some reason.

Signed-off-by: Simon McVittie smcv@debian.org
Closes: #916428

Merge request reports

Loading