[New-bugs-announce] [issue6960] test_telnetlib gives spurious output

Antoine Pitrou report at bugs.python.org
Mon Sep 21 23:34:12 CEST 2009


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

I just got the following traceback:

Exception in thread Thread-538:
Traceback (most recent call last):
  File "/home/antoine/py3k/__svn__/Lib/threading.py", line 509, in
_bootstrap_inner
    self.run()
  File "/home/antoine/py3k/__svn__/Lib/threading.py", line 462, in run
    self._target(*self._args, **self._kwargs)
  File "/home/antoine/py3k/__svn__/Lib/test/test_telnetlib.py", line 25,
in server
    conn, addr = serv.accept()
  File "/home/antoine/py3k/__svn__/Lib/socket.py", line 120, in accept
    fd, addr = self._accept()
socket.error: [Errno 4] Interrupted system call


Interestingly, it happens *after* test_telnetlib returned successfully.

----------
components: Tests
messages: 92962
nosy: jackdied, pitrou
priority: normal
severity: normal
status: open
title: test_telnetlib gives spurious output
type: behavior
versions: Python 3.2

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


More information about the New-bugs-announce mailing list