Message90182
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 |
|
Date |
User |
Action |
Args |
2009-07-06 16:17:07 | r.david.murray | set | recipients:
+ r.david.murray, kristjan.jonsson |
2009-07-06 16:17:07 | r.david.murray | set | messageid: <1246897027.32.0.241003543663.issue6382@psf.upfronthosting.co.za> |
2009-07-06 16:17:05 | r.david.murray | link | issue6382 messages |
2009-07-06 16:17:05 | r.david.murray | create | |
|