-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-45554: Document multiprocessing.Process.exitcode values #30142
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
Conversation
Misc/NEWS.d/next/Documentation/2021-12-16-11-44-21.bpo-45554.RhPt2B.rst
Outdated
Show resolved
Hide resolved
This PR is stale because it has been open for 30 days with no activity. |
e65da2a
to
820c64a
Compare
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.
Sorry for the delay and thanks for the PR, this looks entirely good to me.
@jmarshall: Status check is done, and it's a success ✅ . |
Thanks @jmarshall for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10. |
…-30142) This addresses [bpo-45554]() by expanding the `exitcode` documentation to also describe what `exitcode` will be in cases of normal termination, `sys.exit()` called, and on uncaught exceptions. Automerge-Triggered-By: GH:pitrou (cherry picked from commit 3852269) Co-authored-by: John Marshall <jmarshall@hey.com>
GH-30674 is a backport of this pull request to the 3.10 branch. |
…-30142) This addresses [bpo-45554]() by expanding the `exitcode` documentation to also describe what `exitcode` will be in cases of normal termination, `sys.exit()` called, and on uncaught exceptions. Automerge-Triggered-By: GH:pitrou (cherry picked from commit 3852269) Co-authored-by: John Marshall <jmarshall@hey.com>
GH-30675 is a backport of this pull request to the 3.9 branch. |
This addresses [bpo-45554]() by expanding the `exitcode` documentation to also describe what `exitcode` will be in cases of normal termination, `sys.exit()` called, and on uncaught exceptions. Automerge-Triggered-By: GH:pitrou (cherry picked from commit 3852269) Co-authored-by: John Marshall <jmarshall@hey.com>
…-30142) (GH-30675) This addresses [[bpo-45554]()]() by expanding the `exitcode` documentation to also describe what `exitcode` will be in cases of normal termination, `sys.exit()` called, and on uncaught exceptions. (cherry picked from commit 3852269) Co-authored-by: John Marshall <jmarshall@hey.com>
…thonGH-30142) (pythonGH-30675) This addresses [[bpo-45554]()]() by expanding the `exitcode` documentation to also describe what `exitcode` will be in cases of normal termination, `sys.exit()` called, and on uncaught exceptions. (cherry picked from commit 3852269) Co-authored-by: John Marshall <jmarshall@hey.com>
This addresses bpo-45554 by expanding the
exitcode
documentation to also describe whatexitcode
will be in cases of normal termination,sys.exit()
called, and on uncaught exceptions.https://bugs.python.org/issue45554
Automerge-Triggered-By: GH:pitrou