This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author geoffreyspear
Recipients geoffreyspear, ned.deily, ronaldoussoren
Date 2015-01-09.19:43:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420832632.4.0.00679469135671.issue23211@psf.upfronthosting.co.za>
In-reply-to
Content
This seems to be related to issue20605 where _socket.getaddrinfo() mysteriously fails on some Snow Leopard systems but not others; I don't think the cause of that one was ever explained but this appears to be the same error:


======================================================================
ERROR: test_basic (test.test_logging.SMTPHandlerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/geoff/Documents/programming/cpython/Lib/test/test_logging.py", line 930, in test_basic
    sockmap)
  File "/Users/geoff/Documents/programming/cpython/Lib/test/test_logging.py", line 687, in __init__
    decode_data=True)
  File "/Users/geoff/Documents/programming/cpython/Lib/smtpd.py", line 654, in __init__
    type=socket.SOCK_STREAM)
  File "/Users/geoff/Documents/programming/cpython/Lib/socket.py", line 730, in getaddrinfo
    for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno 8] nodename nor servname provided, or not known
History
Date User Action Args
2015-01-09 19:43:52geoffreyspearsetrecipients: + geoffreyspear, ronaldoussoren, ned.deily
2015-01-09 19:43:52geoffreyspearsetmessageid: <1420832632.4.0.00679469135671.issue23211@psf.upfronthosting.co.za>
2015-01-09 19:43:52geoffreyspearlinkissue23211 messages
2015-01-09 19:43:51geoffreyspearcreate