[Python-Dev] New branch for r23c2 work

Martin v. Löwis martin@v.loewis.de
22 Jul 2003 08:16:06 +0200


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