[New-bugs-announce] [issue31540] Adding context in concurrent.futures.ProcessPoolExecutor

Thomas Moreau report at bugs.python.org
Thu Sep 21 05:01:38 EDT 2017


New submission from Thomas Moreau:

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

----------
components: Library (Lib)
messages: 302674
nosy: tomMoral
priority: normal
pull_requests: 3671
severity: normal
status: open
title: Adding context in concurrent.futures.ProcessPoolExecutor
type: enhancement
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31540>
_______________________________________


More information about the New-bugs-announce mailing list