File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -326,8 +326,8 @@ concurrent.futures
326326
327327* Improved error reporting when a child process in a
328328 :class: `concurrent.futures.ProcessPoolExecutor ` terminates abruptly.
329- The resulting traceback will now tell you the process
330- id and exit code of the terminated process.
329+ The resulting traceback will now tell you the PID and exit code of the
330+ terminated process.
331331 (Contributed by Jonathan Berg in :gh: `139486 `.)
332332
333333dbm
Original file line number Diff line number Diff line change 11When a child process in a :class: `concurrent.futures.ProcessPoolExecutor `
2- terminates abruptly, the resulting traceback will now tell you the process
3- id and exit code of the terminated process. Contributed by Jonathan Berg.
2+ terminates abruptly, the resulting traceback will now tell you the PID
3+ and exit code of the terminated process. Contributed by Jonathan Berg.
You can’t perform that action at this time.
0 commit comments