bpo-31450: Remove documentation mentioning that subprocess's child_traceback is available with the parent process (GH-11422)
(cherry picked from commit 47a2fced84
)
Co-authored-by: Harmandeep Singh <harmandeep3091@gmail.com>
This commit is contained in:
parent
3c83cb7eed
commit
47c035f3ef
|
@ -572,9 +572,7 @@ Exceptions
|
||||||
^^^^^^^^^^
|
^^^^^^^^^^
|
||||||
|
|
||||||
Exceptions raised in the child process, before the new program has started to
|
Exceptions raised in the child process, before the new program has started to
|
||||||
execute, will be re-raised in the parent. Additionally, the exception object
|
execute, will be re-raised in the parent.
|
||||||
will have one extra attribute called :attr:`child_traceback`, which is a string
|
|
||||||
containing traceback information from the child's point of view.
|
|
||||||
|
|
||||||
The most common exception raised is :exc:`OSError`. This occurs, for example,
|
The most common exception raised is :exc:`OSError`. This occurs, for example,
|
||||||
when trying to execute a non-existent file. Applications should prepare for
|
when trying to execute a non-existent file. Applications should prepare for
|
||||||
|
|
Loading…
Reference in New Issue