On 14.12.18 12:48, Simon McVittie wrote:
> Control: forwarded -1 
> https://salsa.debian.org/ci-team/autopkgtest/merge_requests/42
> Control: tags -1 + patch
> 
> On Fri, 14 Dec 2018 at 11:31:02 +0000, Simon McVittie wrote:
>> tl;dr: autopkgtest-virt-qemu doesn't work with python3.7.
> 
> This seems to be caused by using socket.send() (and assuming the entire
> buffer will be sent in one transaction) instead of socket.sendall().
> This was always a bug, at least in theory. I don't know why Python 3.7
> makes it significant in practice when it wasn't previously.

if you already ran autopkg using 3.7, then that might point out to the recent
3.7.2 release candidate 1. changes. At least the timing of the report suggests 
this.

https://docs.python.org/3.7/whatsnew/changelog.html#python-3-7-2-release-candidate-1

Reply via email to