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 tomMoral
Recipients tomMoral
Date 2017-09-21.09:01:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505984498.34.0.0119865267465.issue31540@psf.upfronthosting.co.za>
In-reply-to
Content
The `ProcessPoolExecutor` processes start method can only be change by changing the global default context with `set_start_method` at the beginning of a script. We propose to allow passing a context argument in the constructor to allow more flexible control of the executor.

Adding this would allow testing `ProcessPoolExecutor` with all the available context
History
Date User Action Args
2017-09-21 09:01:38tomMoralsetrecipients: + tomMoral
2017-09-21 09:01:38tomMoralsetmessageid: <1505984498.34.0.0119865267465.issue31540@psf.upfronthosting.co.za>
2017-09-21 09:01:38tomMorallinkissue31540 messages
2017-09-21 09:01:38tomMoralcreate