Hi folks,
https://bugs.python.org/issue27584 is an RFE to add AF_VSOCK support
to the socket module at least when the appropriate Linux system
headers are available.
https://github.com/python/cpython/pull/2489 aims to implement that
RFE, but the config check is failing in pre-merge CI - the requi
On Sun, Jul 2, 2017 at 11:14 PM, Nick Coghlan wrote:
> So my question is: are any of our current buildbots running
> sufficiently recent Linux distros that they actually have this header?
Root AMD64 "Bruce" doesn't currently (Debian Jessie), but the latest
stable of Debian (Stretch) should includ
I have an Ubuntu 16.04 box I could run a builder on.
m
On Sun, Jul 02, 2017 at 11:14:48PM +1000, Nick Coghlan wrote:
> Hi folks,
>
> https://bugs.python.org/issue27584 is an RFE to add AF_VSOCK support
> to the socket module at least when the appropriate Linux system
> headers are available.
>