]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45554: Document multiprocessing.Process.exitcode values (GH-30142)
authorJohn Marshall <jmarshall@hey.com>
Tue, 18 Jan 2022 21:31:27 +0000 (21:31 +0000)
committerGitHub <noreply@github.com>
Tue, 18 Jan 2022 21:31:27 +0000 (13:31 -0800)
commit3852269b91fcc8ee668cd876b3669eba6da5b1ac
tree481460c0ac43eddf710a0d528b50f2a8a7a84eab
parent16bf9bd157c7bf5f9c60414fa8e0fe5047c55a9b
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
Doc/library/multiprocessing.rst
Misc/ACKS