New submission from Laurie Opperman <laurie_opper...@hotmail.com>:

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__

----------
components: Library (Lib)
messages: 372409
nosy: Epic_Wink
priority: normal
severity: normal
status: open
title: Display exit-codes for abruptly terminated processes in 
concurrent.futures
type: enhancement
versions: Python 3.10

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

Reply via email to