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

2020-06-26 Thread Laurie Opperman


Change by Laurie Opperman :


--
keywords: +patch
pull_requests: +20324
stage:  -> patch review
pull_request: https://github.com/python/cpython/pull/21166

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2020-06-25 Thread Laurie Opperman


New submission from Laurie Opperman :

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com