Antoine Pitrou <pit...@free.fr> added the comment: You may switch to multiprocessing.Pool (with the "forkserver" method).
Otherwise, you could workaround it by executing a function on all workers that will reset the signal configuration. To maximize the chances that it does get executed on all workers, you could add a sleep() call inside it... ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue31489> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com