-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bpo-31450: Remove documentation mentioning that subprocess's child_tr… #11422
Conversation
…aceback is available with the parent process
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Seems this was removed as part of fb94c5f (fb94c5f#diff-cc136486b4a8e112e64b57436a0619ebL1123) . Thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@gpshead could you review? |
I'm not sure the entire paragraph about exceptions from the child being re-raised even makes sense anymore given we do everything possible to never run Python code in the child... but this PR is definitely an improvement regardless so I'm merging as a starting point. :) |
GH-11426 is a backport of this pull request to the 3.7 branch. |
…aceback is available with the parent process (pythonGH-11422) (cherry picked from commit 47a2fce) Co-authored-by: Harmandeep Singh <harmandeep3091@gmail.com>
bpo-31450: Remove documentation mentioning that subprocess's child_traceback is available with the parent process
https://bugs.python.org/issue31450