]> granicus.if.org Git - python/commit
Do not use the system getaddrinfo on Mac OS X. Fixes bug #445928.
authorMartin v. Löwis <martin@v.loewis.de>
Fri, 3 Aug 2001 10:02:29 +0000 (10:02 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Fri, 3 Aug 2001 10:02:29 +0000 (10:02 +0000)
commitae26dc23a9c91510244c774bf34c011d19c4cdfa
treebfda07d924176a5042bcbece80a59e1ff119521c
parent952d0a57d8d216b38e68d5c94ed63d812dee442d
Do not use the system getaddrinfo on Mac OS X. Fixes bug #445928.
Since getnameinfo is not implemented, remove __APPLE__ check here.
Modules/socketmodule.c