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 Epic_Wink
Recipients Epic_Wink
Date 2020-06-26.05:18:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593148739.76.0.536748253991.issue41125@roundup.psfhosted.org>
In-reply-to
Content
When a process terminates in the process-pool of concurrent.futures.process, it simply gives the exception (with no __cause__):

    BrokenProcessPool: A process in the process pool was terminated abruptly while the future was running or pending.

I would like to include the terminated processes' exit codes in the error, either as part of the message or as a separate exception set as the error's __cause__
History
Date User Action Args
2020-06-26 05:18:59Epic_Winksetrecipients: + Epic_Wink
2020-06-26 05:18:59Epic_Winksetmessageid: <1593148739.76.0.536748253991.issue41125@roundup.psfhosted.org>
2020-06-26 05:18:59Epic_Winklinkissue41125 messages
2020-06-26 05:18:59Epic_Winkcreate