Exiting threads silently

Michael Bauer Mike_ba at web.de
Wed Feb 13 06:17:44 EST 2002


Peter Hansen wrote:

> The docs (i.e. the SocketServer source) suggest that the default
> error handler will print a traceback and continue when an exception
> is raised.  Try overriding handle_error() on your server class,
> catch SystemExit separately, and re-raise it if you get it.

Ah, i see. Thank you :)

cu Mike



More information about the Python-list mailing list