diff options
author | John Marshall <jmarshall@hey.com> | 2022-01-18 21:31:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-18 21:31:27 (GMT) |
commit | 3852269b91fcc8ee668cd876b3669eba6da5b1ac (patch) | |
tree | 481460c0ac43eddf710a0d528b50f2a8a7a84eab /Misc | |
parent | 16bf9bd157c7bf5f9c60414fa8e0fe5047c55a9b (diff) | |
download | cpython-3852269b91fcc8ee668cd876b3669eba6da5b1ac.zip cpython-3852269b91fcc8ee668cd876b3669eba6da5b1ac.tar.gz cpython-3852269b91fcc8ee668cd876b3669eba6da5b1ac.tar.bz2 |
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
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1118,6 +1118,7 @@ Vincent Marchetti David Marek Doug Marien Sven Marnach +John Marshall Alex Martelli Dennis MÃ¥rtensson Anthony Martin |