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 dfavor
Recipients
Date 2007-06-06.15:41:33
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
test_socket_ssl
test_socketserver
test test_socketserver crashed -- <class 'socket.error'>: (104, 'Connection reset by peer')
test_softspace
test_sort
Exception in thread Thread-63:
Traceback (most recent call last):
  File "/build/work/python-2.6/Lib/threading.py", line 465, in __bootstrap
    self.run()
  File "/build/work/python-2.6/Lib/test/test_socketserver.py", line 93, in run
    svr.serve_a_few()
  File "/build/work/python-2.6/Lib/test/test_socketserver.py", line 35, in serve_a_few
    self.handle_request()
  File "/build/work/python-2.6/Lib/SocketServer.py", line 224, in handle_request
    self.handle_error(request, client_address)
  File "/build/work/python-2.6/Lib/SocketServer.py", line 222, in handle_request
    self.process_request(request, client_address)
  File "/build/work/python-2.6/Lib/SocketServer.py", line 429, in process_request
    self.collect_children()
  File "/build/work/python-2.6/Lib/SocketServer.py", line 425, in collect_children
    self.active_children.remove(pid)
ValueError: list.remove(x): x not in list 
History
Date User Action Args
2007-08-23 14:54:38adminlinkissue1732145 messages
2007-08-23 14:54:38admincreate