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 pitrou
Recipients exarkun, giampaolo.rodola, loewis, mark.dickinson, pitrou
Date 2010-06-12.17:49:44
SpamBayes Score 0.000489751
Marked as misclassified No
Message-id <1276364986.84.0.162548611932.issue8857@psf.upfronthosting.co.za>
In-reply-to
Content
Testing the patch under a Windows XP Qemu virtual machine gives the following error. Works fine under 64-bit Linux.

======================================================================
ERROR: testGetaddrinfo (test.test_socket.GeneralModuleTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "Z:\cpython\__svn__\lib\test\test_socket.py", line 568, in testGetaddrinf
o
    socket.getaddrinfo('::1', 80)
gaierror: [Errno 11001] getaddrinfo failed

----------------------------------------------------------------------
Ran 99 tests in 14.851s

FAILED (errors=1)
test test_socket failed -- Traceback (most recent call last):
  File "Z:\cpython\__svn__\lib\test\test_socket.py", line 568, in testGetaddrinf
o
    socket.getaddrinfo('::1', 80)
gaierror: [Errno 11001] getaddrinfo failed
History
Date User Action Args
2010-06-12 17:49:47pitrousetrecipients: + pitrou, loewis, exarkun, mark.dickinson, giampaolo.rodola
2010-06-12 17:49:46pitrousetmessageid: <1276364986.84.0.162548611932.issue8857@psf.upfronthosting.co.za>
2010-06-12 17:49:45pitroulinkissue8857 messages
2010-06-12 17:49:44pitroucreate