Steve Holden wrote:
I'm getting an exception (on socket) handled in a program I'm trying to
debug. I have trouble locating where exactly that happens.

If the exception is currently being trapped by a handler in your code

It's not my code.

you could just insert a "raise" statement at the start of that handler.
This will re-raise the same exception, which will presumably not be
caught a second time?

I don't know where the handler is, that is precisely a problem. I'm trying to locate that handler.

Regards,
mk

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

Reply via email to