File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -308,7 +308,7 @@ the bytes over a shared :mod:`socket <socket>` or
308308
309309 .. note ::
310310 The executor may replace uncaught exceptions from *initializer *
311- with :class: `~concurrent.futures.interpreter .ExecutionFailed `.
311+ with :class: `~concurrent.interpreters .ExecutionFailed `.
312312
313313 Other caveats from parent :class: `ThreadPoolExecutor ` apply here.
314314
@@ -320,11 +320,11 @@ likewise serializes the return value when sending it back.
320320When a worker's current task raises an uncaught exception, the worker
321321always tries to preserve the exception as-is. If that is successful
322322then it also sets the ``__cause__ `` to a corresponding
323- :class: `~concurrent.futures.interpreter .ExecutionFailed `
323+ :class: `~concurrent.interpreters .ExecutionFailed `
324324instance, which contains a summary of the original exception.
325325In the uncommon case that the worker is not able to preserve the
326326original as-is then it directly preserves the corresponding
327- :class: `~concurrent.futures.interpreter .ExecutionFailed `
327+ :class: `~concurrent.interpreters .ExecutionFailed `
328328instance instead.
329329
330330
You can’t perform that action at this time.
0 commit comments