[issue11749] test_socket failure

Antoine Pitrou report at bugs.python.org
Sun Apr 3 18:08:33 CEST 2011


New submission from Antoine Pitrou <pitrou at free.fr>:

http://www.python.org/dev/buildbot/all/builders/x86%20XP-5%203.x/builds/2473/steps/test/logs/stdio

======================================================================
FAIL: testSmallReadNonBlocking (test.test_socket.UnbufferedFileObjectClassTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\Buildslave\3.x.moore-windows\build\lib\test\test_socket.py", line 1416, in testSmallReadNonBlocking
    self.assertEqual(n, 3)
AssertionError: None != 3

----------
components: Library (Lib), Tests
messages: 132851
nosy: pitrou
priority: normal
severity: normal
stage: needs patch
status: open
title: test_socket failure
type: behavior
versions: Python 3.2, Python 3.3

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


More information about the Python-bugs-list mailing list