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 ionelmc, pitrou
Date 2019-10-04.12:34:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570192491.68.0.998101165482.issue38227@roundup.psfhosted.org>
In-reply-to
Content
Several things here:

- you can perform critical cleanup with the atexit module; using a signal handler for that is extremely low-level and error-prone

- you can also try to switch to the "forkserver" method of multiprocessing, perhaps that will fix your issue
History
Date User Action Args
2019-10-04 12:34:51pitrousetrecipients: + pitrou, ionelmc
2019-10-04 12:34:51pitrousetmessageid: <1570192491.68.0.998101165482.issue38227@roundup.psfhosted.org>
2019-10-04 12:34:51pitroulinkissue38227 messages
2019-10-04 12:34:51pitroucreate