Bert Vermeulen <b...@biot.com> added the comment:

This is not a python bug, but a bug in the underlying libc. A simple
getaddrinfo() call in C exhibits the exact same behavior. It has been
fixed at some point; I see this bug on Centos 3.3 but not on Centos 4.4,
for example.

I've attached a small C demo that will fail on Centos 3.3, but work on
more recent platforms.

----------
nosy: +biot
Added file: http://bugs.python.org/file15053/gai.c

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

Reply via email to