]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45554: Document multiprocessing.Process.exitcode values (GH-30142)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 18 Jan 2022 21:51:30 +0000 (13:51 -0800)
committerGitHub <noreply@github.com>
Tue, 18 Jan 2022 21:51:30 +0000 (13:51 -0800)
commit4449a1694a0fd2c63fcef5eb7d0ad1d7dfbb6077
treee6ee99b4dcdb602268824d822e0f6f3d396f71cc
parent9238a52cbc39c17ca6c7a8cbda32808dd5522a59
bpo-45554: Document multiprocessing.Process.exitcode values (GH-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 3852269b91fcc8ee668cd876b3669eba6da5b1ac)

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