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-18.05:07:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555564073.21.0.638159243987.issue35866@roundup.psfhosted.org>
In-reply-to
Content
> "the single-threaded ProcessPoolExecutor test program"

I doubt it is single threaded, the .submit() method appears to spawn a thread internally.
History
Date User Action Args
2019-04-18 05:07:53gregory.p.smithsetrecipients: + gregory.p.smith, bquinlan, pitrou, vstinner, jwilk, josh.r, cagney, hroncok, pablogsal, hugh
2019-04-18 05:07:53gregory.p.smithsetmessageid: <1555564073.21.0.638159243987.issue35866@roundup.psfhosted.org>
2019-04-18 05:07:53gregory.p.smithlinkissue35866 messages
2019-04-18 05:07:52gregory.p.smithcreate