[issue16208] getaddrinfo returns wrong results if IPv6 is disabled

STINNER Victor report at bugs.python.org
Fri Oct 12 23:42:00 CEST 2012


STINNER Victor added the comment:

> getaddrinfo returns wrong results if IPv6 is disabled

If IPv6 support is disabled, Python is unable to decode an IPv6 address. So don't ask for IPv6 addresses if you disabled IPv6 support.

I don't understand this issue.

----------
nosy: +haypo

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


More information about the Python-bugs-list mailing list