Antoon Pardon wrote:

>> It looks like the actual error is socket.timeout which is probably raised
>> from somewhere inside the stdlib without args.
> 
> I think I know what is going on. I have my own timeout mechanism at work
> here, that works with signals and alarm. When the SIGALRM fires I just
> raise the socket.timeout without arguments, which then causes the problem.

OK, then it's self-inflicted pain ;) 


-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to