Skip to content

Commit f81efde

Browse files
committed
Add to whats new in python
1 parent c8fc9de commit f81efde

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,15 @@ New modules
283283
Improved modules
284284
================
285285

286+
concurrent.futures
287+
---
288+
289+
* Improved error reporting when a child process in a
290+
:class:`concurrent.futures.ProcessPoolExecutor` terminates abruptly.
291+
The resulting traceback will now tell you the process
292+
id and exit code of the terminated process.
293+
(Contributed by Jonathan Berg in :gh:`139486`.)
294+
286295
dbm
287296
---
288297

0 commit comments

Comments
 (0)