* Jakub Wilk , 2022-02-04, 15:38:
unshare -c -r --keep-caps
Oops, I meant "unshare -n -r --keep-caps".
$ python3 -c 'from socket import *; getaddrinfo("127.0.0.1", port=1,
flags=AI_ADDRCONFIG)'
Note that the above does not fail when only loopback is configured, so
it seems to be something
On Fri, 04 Feb 2022 at 15:38:12 +0100, Jakub Wilk wrote:
> * Julien Puydt , 2022-02-04, 12:34:
> > I got an RC bug on python-anyio, because its testsuite fails when run on
> > an IPv6-only host [1].
>
> I'm pretty sure "IPv6-only" means "the only non-loopback addresses this host
> has are IPv6", r
* Julien Puydt , 2022-02-04, 12:34:
I got an RC bug on python-anyio, because its testsuite fails when run
on an IPv6-only host [1].
I'm pretty sure "IPv6-only" means "the only non-loopback addresses this
host has are IPv6", rather than "it doesn't have any IPv4, not even
127.0.0.1."
This pr
Hi,
I got an RC bug on python-anyio, because its testsuite fails when run
on an IPv6-only host [1].
I pushed the issue upstream, and upstream has a patch proposal [2].
Now comes the question: how do I test this patch?
Cheers,
J.Puydt
[1] https://bugs.debian.org/1004461
[2] https://github.com/
4 matches
Mail list logo