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 aeros, janfrederik.konopka, pitrou, tomMoral, vstinner
Date 2021-04-27.08:24:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619511876.09.0.237634832702.issue39812@roundup.psfhosted.org>
In-reply-to
Content
@Jan, without taking a look, I'd answer that indeed you should avoid using the "fork" method if you're doing any kind of multithreading in the parent process.  "forkserver" is a good choice nowadays on Linux and will result in more robust code.
History
Date User Action Args
2021-04-27 08:24:36pitrousetrecipients: + pitrou, vstinner, tomMoral, aeros, janfrederik.konopka
2021-04-27 08:24:36pitrousetmessageid: <1619511876.09.0.237634832702.issue39812@roundup.psfhosted.org>
2021-04-27 08:24:36pitroulinkissue39812 messages
2021-04-27 08:24:36pitroucreate