[issue34786] ProcessPoolExecutor documentation reports wrong exception being raised

Joni Kähärä report at bugs.python.org
Mon Sep 24 08:32:16 EDT 2018


New submission from Joni Kähärä <joni.kahara at async.fi>:

https://docs.python.org/3.8/library/concurrent.futures.html

"initializer is an optional callable that is called at the start of each worker process; initargs is a tuple of arguments passed to the initializer. Should initializer raise an exception, all currently pending jobs will raise a BrokenThreadPool, as well any attempt to submit more jobs to the pool."

This should be BrokenProcessPool?

----------
assignee: docs at python
components: Documentation
messages: 326226
nosy: Joni Kähärä, docs at python
priority: normal
severity: normal
status: open
title: ProcessPoolExecutor documentation reports wrong exception being raised
versions: Python 3.7, Python 3.8

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


More information about the Python-bugs-list mailing list