Antoine Pitrou <pit...@free.fr> added the comment:

This is under Mandriva Linux 2010.1 (release candidate).

Python 3.2a0 (py3k:81616, May 31 2010, 12:40:34) 
[GCC 4.4.3] on linux2

It seems ENABLE_IPV6 isn't defined:

$ grep IPV6 pyconfig.h
32:/* #undef ENABLE_IPV6 */

Yet AF_INET6 is defined and has the same value as returned by 
socket.getaddrinfo():

>>> socket.AF_INET6
10

I'll try to ./configure again.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8858>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to