[issue14310] Socket duplication for windows

Antoine Pitrou report at bugs.python.org
Sat Apr 7 22:10:18 CEST 2012


Antoine Pitrou <pitrou at free.fr> added the comment:

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/

----------
assignee:  -> krisvale
stage:  -> committed/rejected
status: closed -> open

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


More information about the Python-bugs-list mailing list