[New-bugs-announce] [issue41125] Display exit-codes for abruptly terminated processes in concurrent.futures

Laurie Opperman report at bugs.python.org
Fri Jun 26 01:18:59 EDT 2020


New submission from Laurie Opperman <laurie_opperman at 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 <report at bugs.python.org>
<https://bugs.python.org/issue41125>
_______________________________________


More information about the New-bugs-announce mailing list