Andrey Vlasovskikh <andrey.vlasovsk...@gmail.com> added the comment:
Here is a patch that fixes this problem. Basically, it catches all the BaseExceptions that could happen during: a) getting a task from the `inqueue`, b) calling a user function, c) putting a task into the `outqueue`. The exception handler puts the exception to the `outqueue`. It can be cleanly applied on top of revision 78790. ---------- keywords: +patch Added file: http://bugs.python.org/file16785/fix-sigint.diff _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue8296> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com