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 <rep...@bugs.python.org>
<https://bugs.python.org/issue31540>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to