This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kahara
Recipients docs@python, kahara
Date 2018-09-24.12:32:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537792336.1.0.956365154283.issue34786@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2018-09-24 12:32:16kaharasetrecipients: + kahara, docs@python
2018-09-24 12:32:16kaharasetmessageid: <1537792336.1.0.956365154283.issue34786@psf.upfronthosting.co.za>
2018-09-24 12:32:16kaharalinkissue34786 messages
2018-09-24 12:32:15kaharacreate