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 bquinlan, cagney, gregory.p.smith, hroncok, hugh, josh.r, jwilk, pablogsal, pitrou, vstinner
Date 2019-04-17.23:55:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555545356.16.0.372587171929.issue35866@roundup.psfhosted.org>
In-reply-to
Content
concurrent.futures.ProcessPoolExecutor uses both multiprocessing and threading.  multiprocessing defaults to using os.fork().
History
Date User Action Args
2019-04-17 23:55:56gregory.p.smithsetrecipients: + gregory.p.smith, bquinlan, pitrou, vstinner, jwilk, josh.r, cagney, hroncok, pablogsal, hugh
2019-04-17 23:55:56gregory.p.smithsetmessageid: <1555545356.16.0.372587171929.issue35866@roundup.psfhosted.org>
2019-04-17 23:55:56gregory.p.smithlinkissue35866 messages
2019-04-17 23:55:55gregory.p.smithcreate