[issue1282647] socket.getaddrinfo() bug for IPv6 enabled platforms

2010-08-14 Thread Giampaolo Rodola'
Giampaolo Rodola' added the comment: I agree with Bert that this is not a Python issue hence I'm closing this out as invalid. Btw, the libc version in which this has been fixed should be 2.1.2: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=52195 -- nosy: +giampaolo.rodola resolution

[issue1282647] socket.getaddrinfo() bug for IPv6 enabled platforms

2009-10-06 Thread Bert Vermeulen
Bert Vermeulen 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 wi

[issue1282647] socket.getaddrinfo() bug for IPv6 enabled platforms

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> behavior versions: +Python 2.6 ___ Python tracker ___ ___ Python-bugs-