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 giampaolo.rodola, kristjan.jonsson, pitrou, python-dev, santoso.wijaya, sbt
Date 2012-04-07.20:10:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333829418.92.0.964253521752.issue14310@psf.upfronthosting.co.za>
In-reply-to
Content
Re-opening. There is now a buildbot failure:

======================================================================
ERROR: testTypes (test.test_socket.TestSocketSharing)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\test\test_socket.py", line 4738, in testTypes
    source = socket.socket(f, t)
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\socket.py", line 94, in __init__
    _socket.socket.__init__(self, family, type, proto, fileno)
OSError: [Error 10047] An address incompatible with the requested protocol was used

http://www.python.org/dev/buildbot/all/builders/x86%20XP-4%203.x/
History
Date User Action Args
2012-04-07 20:10:18pitrousetrecipients: + pitrou, kristjan.jonsson, giampaolo.rodola, santoso.wijaya, python-dev, sbt
2012-04-07 20:10:18pitrousetmessageid: <1333829418.92.0.964253521752.issue14310@psf.upfronthosting.co.za>
2012-04-07 20:10:18pitroulinkissue14310 messages
2012-04-07 20:10:18pitroucreate