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 vstinner
Recipients paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-05-10.12:28:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494419282.71.0.653200577669.issue30330@psf.upfronthosting.co.za>
In-reply-to
Content
http://buildbot.python.org/all/builders/AMD64%20Windows10%203.6/builds/356/steps/test/logs/stdio

======================================================================
ERROR: test_idna (test.test_socket.GeneralModuleTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\buildarea\3.6.bolen-windows10\build\lib\test\test_socket.py", line 1359, in test_idna
    socket.getaddrinfo(domain,0,socket.AF_UNSPEC,socket.SOCK_STREAM)
  File "D:\buildarea\3.6.bolen-windows10\build\lib\socket.py", line 743, in getaddrinfo
    for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno 11001] getaddrinfo failed

----------------------------------------------------------------------
History
Date User Action Args
2017-05-10 12:28:02vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower
2017-05-10 12:28:02vstinnersetmessageid: <1494419282.71.0.653200577669.issue30330@psf.upfronthosting.co.za>
2017-05-10 12:28:02vstinnerlinkissue30330 messages
2017-05-10 12:28:02vstinnercreate