[issue37901] 21 tests fail when run on an IPv6-only host

2022-03-22 Thread Gregory P. Smith
Gregory P. Smith added the comment: Here's how I created an IPv6-only host: https://gist.github.com/gpshead/f4f394593674e5f7a58e9424b4dba989 -- ___ Python tracker ___

[issue37901] 21 tests fail when run on an IPv6-only host

2021-05-18 Thread Gregory P. Smith
Change by Gregory P. Smith : -- keywords: +patch pull_requests: +24842 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/26225 ___ Python tracker

[issue37901] 21 tests fail when run on an IPv6-only host

2019-08-21 Thread STINNER Victor
STINNER Victor added the comment: > (I already filed separate issues about 5 other tests that hang rather than > fail) Maybe use this issue as a meta-issue for IPv6-only issues? I saw: * bpo-37895: test_logging hangs on an IPv6-only host * bpo-37896: test_multiprocessing_fork hangs on an

[issue37901] 21 tests fail when run on an IPv6-only host

2019-08-21 Thread STINNER Victor
STINNER Victor added the comment: How do you configure a Linux box to disable IPv4? At least, disable IPv4 localhost? -- ___ Python tracker ___

[issue37901] 21 tests fail when run on an IPv6-only host

2019-08-20 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +vstinner ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue37901] 21 tests fail when run on an IPv6-only host

2019-08-20 Thread Gregory P. Smith
New submission from Gregory P. Smith : 21 tests failed: test_asynchat test_asyncore test_docxmlrpc test_eintr test_epoll test_ftplib test_httplib test_imaplib test_multiprocessing_forkserver test_multiprocessing_spawn test_nntplib test_os test_poplib test_robotparser