[issue8857] socket.getaddrinfo needs tests

Florent Xicluna report at bugs.python.org
Sun Aug 15 15:15:45 CEST 2010


Florent Xicluna <florent.xicluna at gmail.com> added the comment:

test_socket fails on OS X:

======================================================================
ERROR: testGetaddrinfo (test.test_socket.GeneralModuleTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/test/test_socket.py", line 611, in testGetaddrinfo
    socket.getaddrinfo(HOST, None, 0, 0, socket.AI_CANONNAME)
socket.gaierror: [Errno 12] Bad hints

----------------------------------------------------------------------

http://www.python.org/dev/buildbot/all/builders/x86%20Tiger%203.x/builds/791

----------
keywords: +buildbot
nosy: +flox
status: closed -> open

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8857>
_______________________________________


More information about the Python-bugs-list mailing list