STINNER Victor added the comment:

Sporadic failure (test failed and then passed), probably unrelated to your 
commit:

http://buildbot.python.org/all/builders/x86%20Windows7%203.x/builds/7595/steps/test/logs/stdio

======================================================================
ERROR: testWriteNonBlocking (test.test_socket.UnbufferedFileObjectClassTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"D:\cygwin\home\db3l\buildarea\3.x.bolen-windows7\build\lib\test\test_socket.py",
 line 261, in _tearDown
    raise exc
  File 
"D:\cygwin\home\db3l\buildarea\3.x.bolen-windows7\build\lib\test\test_socket.py",
 line 273, in clientRun
    test_func()
  File 
"D:\cygwin\home\db3l\buildarea\3.x.bolen-windows7\build\lib\test\test_socket.py",
 line 4206, in _testWriteNonBlocking
    n = self.write_file.write(BIG)
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows7\build\lib\socket.py", 
line 391, in write
    return self._sock.send(b)
OSError: [WinError 10055] An operation on a socket could not be performed 
because the system lacked sufficient buffer space or because a queue was full

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19750>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to