]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-45554: Document multiprocessing.Process.exitcode values (GH-30142) (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 18 Jan 2022 22:03:22 +0000 (14:03 -0800)
committerGitHub <noreply@github.com>
Tue, 18 Jan 2022 22:03:22 +0000 (14:03 -0800)
commit0be4760d85399a308421d9229b5d7f1b4ec718a2
tree32611884fa59505d11ecb34792a6fdc726fd5795
parent0ae22577606f1b52e3b6c2de6c5b307518044605
[3.9] bpo-45554: Document multiprocessing.Process.exitcode values (GH-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 3852269b91fcc8ee668cd876b3669eba6da5b1ac)

Co-authored-by: John Marshall <jmarshall@hey.com>
Doc/library/multiprocessing.rst
Misc/ACKS