[New-bugs-announce] [issue37899] test_xmlrpc hangs on an IPv6-only host

Gregory P. Smith report at bugs.python.org
Tue Aug 20 14:34:29 EDT 2019


New submission from Gregory P. Smith <greg at krypto.org>:

test_404 (test.test_xmlrpc.SimpleServerTestCase) ... Exception in thread Thread-1:
Traceback (most recent call last):
  File "/home/greg/oss/cpython/Lib/threading.py", line 938, in _bootstrap_inner
    self.run()
  File "/home/greg/oss/cpython/Lib/threading.py", line 876, in run
    self._target(*self._args, **self._kwargs)
  File "/home/greg/oss/cpython/Lib/test/test_xmlrpc.py", line 619, in http_server
    serv.server_bind()
  File "/home/greg/oss/cpython/Lib/socketserver.py", line 466, in server_bind
    self.socket.bind(self.server_address)
OSError: [Errno 99] Cannot assign requested address

I'm preparing an IPv6-only buildbot.  There is no IPv4 localhost.

----------
assignee: gregory.p.smith
components: Tests
messages: 350035
nosy: gregory.p.smith
priority: normal
severity: normal
status: open
title: test_xmlrpc hangs on an IPv6-only host
versions: Python 3.7, Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37899>
_______________________________________


More information about the New-bugs-announce mailing list