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 mouse07410
Recipients Ryan May, barry, davin, gregory.p.smith, josh.r, kapilt, lukasz.langa, miss-islington, mouse07410, ned.deily, pablogsal, pitrou, ronaldoussoren, tdsmith, vstinner
Date 2020-03-29.11:11:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585480275.92.0.806613942126.issue33725@roundup.psfhosted.org>
In-reply-to
Content
Tried 'spawn', 'fork', 'forkserver'. 

- 'spawn' causes consistent `FileNotFoundError: [Errno 2] No such file or directory`;
- 'fork' consistently works (tested on machines with 4 and 20 cores);
- 'forkserver' causes roughly half of the processes to crash with `FileNotFoundError`, the other half succeeds (weird!).
History
Date User Action Args
2020-03-29 11:11:15mouse07410setrecipients: + mouse07410, barry, gregory.p.smith, ronaldoussoren, pitrou, vstinner, ned.deily, lukasz.langa, josh.r, tdsmith, davin, Ryan May, pablogsal, miss-islington, kapilt
2020-03-29 11:11:15mouse07410setmessageid: <1585480275.92.0.806613942126.issue33725@roundup.psfhosted.org>
2020-03-29 11:11:15mouse07410linkissue33725 messages
2020-03-29 11:11:15mouse07410create