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 gregory.p.smith
Recipients cool-RR, gregory.p.smith, loganasherjones, pitrou
Date 2022-01-24.07:27:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643009263.38.0.0847600149575.issue44733@roundup.psfhosted.org>
In-reply-to
Content
[bpo-46464](https://bugs.python.org/issue46464) describes a deadlock that the pre-requisite for this feature causes.

Spawning new children directly via fork() is impossible once a thread in the parent process has been started and concurrent.futures.process starts a thread.
History
Date User Action Args
2022-01-24 07:27:43gregory.p.smithsetrecipients: + gregory.p.smith, pitrou, cool-RR, loganasherjones
2022-01-24 07:27:43gregory.p.smithsetmessageid: <1643009263.38.0.0847600149575.issue44733@roundup.psfhosted.org>
2022-01-24 07:27:43gregory.p.smithlinkissue44733 messages
2022-01-24 07:27:43gregory.p.smithcreate