New submission from Antoine Pitrou <pit...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue6960> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com