This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ler
Recipients
Date 2001-12-10.22:20:25
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=36452

More information: the getaddrinfo configure test doesn't take into 
account ---disable--ipv6.  This causes the program to fail, which causes us 
to NOT believe we have getaddrinfo (which we DO). 

If I force 
HAVE_GETADDRINFO in pyconfig.h, we compile the socket code just fine.  


we still coredump on a make test (I haven't figured that out yet). 

What can 
I do to help this situation?

LER
History
Date User Action Args
2007-08-23 13:57:53adminlinkissue490453 messages
2007-08-23 13:57:53admincreate