This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients Ilya.Kulakov, njs, pitrou, yselivanov
Date 2017-12-19.20:06:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513714015.61.0.213398074469.issue31489@psf.upfronthosting.co.za>
In-reply-to
Content
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...
History
Date User Action Args
2017-12-19 20:06:55pitrousetrecipients: + pitrou, njs, yselivanov, Ilya.Kulakov
2017-12-19 20:06:55pitrousetmessageid: <1513714015.61.0.213398074469.issue31489@psf.upfronthosting.co.za>
2017-12-19 20:06:55pitroulinkissue31489 messages
2017-12-19 20:06:55pitroucreate