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 David.Edelsohn, gvanrossum, python-dev, vstinner
Date 2013-11-25.21:24:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385414681.03.0.538975711712.issue19750@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2013-11-25 21:24:41vstinnersetrecipients: + vstinner, gvanrossum, python-dev, David.Edelsohn
2013-11-25 21:24:41vstinnersetmessageid: <1385414681.03.0.538975711712.issue19750@psf.upfronthosting.co.za>
2013-11-25 21:24:41vstinnerlinkissue19750 messages
2013-11-25 21:24:40vstinnercreate