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 r.david.murray
Recipients kristjan.jonsson, r.david.murray
Date 2009-07-06.16:17:05
SpamBayes Score 6.364498e-11
Marked as misclassified No
Message-id <1246897027.32.0.241003543663.issue6382@psf.upfronthosting.co.za>
In-reply-to
Content
I now get a different error, followed by zsh detecting an alarm:

rdmurray@partner:~/python/trunk>./python -m test.regrtest -uall
test_socketserver
Could not find '/home/rdmurray/python/trunk/Lib/test' in sys.path to
remove it
test_socketserver
Exception in thread SocketServer.ForkingUDPServer serving:
Traceback (most recent call last):
  File "/home/rdmurray/python/trunk/Lib/threading.py", line 524, in
__bootstrap_inner
    self.run()
  File "/home/rdmurray/python/trunk/Lib/threading.py", line 477, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/home/rdmurray/python/trunk/Lib/SocketServer.py", line 226, in
serve_forever
    self._handle_request_noblock()
  File "/home/rdmurray/python/trunk/Lib/SocketServer.py", line 283, in
_handle_request_noblock
    self.handle_error(request, client_address)
  File "/home/rdmurray/python/trunk/Lib/SocketServer.py", line 281, in
_handle_request_noblock
    self.process_request(request, client_address)
  File "/home/rdmurray/python/trunk/Lib/SocketServer.py", line 535, in
process_request
    request.close() #close socket handle in parent process
AttributeError: 'tuple' object has no attribute 'close'

zsh: alarm      ./python -m test.regrtest -uall test_socketserver
History
Date User Action Args
2009-07-06 16:17:07r.david.murraysetrecipients: + r.david.murray, kristjan.jonsson
2009-07-06 16:17:07r.david.murraysetmessageid: <1246897027.32.0.241003543663.issue6382@psf.upfronthosting.co.za>
2009-07-06 16:17:05r.david.murraylinkissue6382 messages
2009-07-06 16:17:05r.david.murraycreate