Message302674
| 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:38 | tomMoral | set | recipients: + tomMoral |
| 2017-09-21 09:01:38 | tomMoral | set | messageid: <1505984498.34.0.0119865267465.issue31540@psf.upfronthosting.co.za> |
| 2017-09-21 09:01:38 | tomMoral | link | issue31540 messages |
| 2017-09-21 09:01:38 | tomMoral | create | |