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 gregory.p.smith, methane, yilei
Date 2022-01-25.02:25:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643077509.28.0.348039124723.issue46464@roundup.psfhosted.org>
In-reply-to
Content
It sounds like we need to introspect the mp_context= passed to ProcessPoolExecutor (and it's default when None) to raise an error when max_tasks_per_child is incompatible with it.
History
Date User Action Args
2022-01-25 02:25:09gregory.p.smithsetrecipients: + gregory.p.smith, methane, yilei
2022-01-25 02:25:09gregory.p.smithsetmessageid: <1643077509.28.0.348039124723.issue46464@roundup.psfhosted.org>
2022-01-25 02:25:09gregory.p.smithlinkissue46464 messages
2022-01-25 02:25:09gregory.p.smithcreate