
report at bugs
Nov 1, 2009, 8:23 AM
Post #7 of 18
(137 views)
Permalink
|
|
[issue6748] test_debuglevel from test_telnetlib.py fails
[In reply to]
|
|
Antoine Pitrou <pitrou[at]free.fr> added the comment: Please note that the Windows buildbot shows another error: ====================================================================== ERROR: test_debuglevel (test.test_telnetlib.OptionTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "E:\cygwin\home\db3l\buildarea\3.1.bolen-windows\build\lib\test\test_telnetlib.py", line 409, in test_debuglevel self._test_debuglevel([a, EOF_sigil], b) File "E:\cygwin\home\db3l\buildarea\3.1.bolen-windows\build\lib\test\test_telnetlib.py", line 389, in _test_debuglevel txt = telnet.read_all() File "E:\cygwin\home\db3l\buildarea\3.1.bolen-windows\build\lib\telnetlib.py", line 325, in read_all self.fill_rawq() File "E:\cygwin\home\db3l\buildarea\3.1.bolen-windows\build\lib\telnetlib.py", line 516, in fill_rawq buf = self.sock.recv(50) socket.error: [Errno 10053] An established connection was aborted by the software in your host machine According to a quick search on the Web, 10053 under Windows would be for ECONNABORTED. Bazaar apparently faced the same issue: https://lists.ubuntu.com/archives/bazaar/2006q4/020035.html ---------- _______________________________________ Python tracker <report[at]bugs.python.org> <http://bugs.python.org/issue6748> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|