Skip Montanaro <skip@pobox.com> writes: > I think we've concluded that it's okay to ship 2.3 with this problem > unresolved, however I'm completely befuddled at the moment. I wrote this > simple program: [...] > error = getaddrinfo(0, "0", &hints, &res); Is this really the same call that runs in Python? I thought it should have "" as the first argument instead of 0. Regards, Martin