[issue24156] test.test_ssl.ThreadedTests unit test failed

Ned Deily report at bugs.python.org
Tue May 12 22:03:59 CEST 2015


Ned Deily added the comment:

Thanks for the additional info.  I don't know what possible configuration options might affect this other than that I would expect to see 127.0.0.1 as the primary IPv4 address on the loopback interface, like:

# ifconfig
[...]
lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
[...]

Since this does seem to be unique to your configuration, I'm going to close this issue for now.  If you do discover the root cause and it appears to be something that might be seen by other users and, thus, should be handled in the test suite, please re-open.

----------
resolution:  -> works for me
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24156>
_______________________________________


More information about the Python-bugs-list mailing list