[issue23430] socketserver.BaseServer.handle_error() should not catch exiting exceptions

Martin Panter report at bugs.python.org
Sun Feb 15 06:22:12 CET 2015


Martin Panter added the comment:

Looking at this again, I think I should make the forking server’s handle_error() method only be called for Exception subclasses as well. So I am posting a new patch that also does this.

----------
Added file: http://bugs.python.org/file38144/socketserver-exit.v2.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23430>
_______________________________________


More information about the Python-bugs-list mailing list