New submission from Joni Kähärä <joni.kah...@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@python
components: Documentation
messages: 326226
nosy: Joni Kähärä, docs@python
priority: normal
severity: normal
status: open
title: ProcessPoolExecutor documentation reports wrong exception being raised
versions: Python 3.7, Python 3.8

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34786>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to