diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-01-18 21:51:30 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-18 21:51:30 (GMT) |
commit | 4449a1694a0fd2c63fcef5eb7d0ad1d7dfbb6077 (patch) | |
tree | e6ee99b4dcdb602268824d822e0f6f3d396f71cc /Misc/ACKS | |
parent | 9238a52cbc39c17ca6c7a8cbda32808dd5522a59 (diff) | |
download | cpython-4449a1694a0fd2c63fcef5eb7d0ad1d7dfbb6077.zip cpython-4449a1694a0fd2c63fcef5eb7d0ad1d7dfbb6077.tar.gz cpython-4449a1694a0fd2c63fcef5eb7d0ad1d7dfbb6077.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
(cherry picked from commit 3852269b91fcc8ee668cd876b3669eba6da5b1ac)
Co-authored-by: John Marshall <jmarshall@hey.com>
Diffstat (limited to 'Misc/ACKS')
-rw-r--r-- | Misc/ACKS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1115,6 +1115,7 @@ Vincent Marchetti David Marek Doug Marien Sven Marnach +John Marshall Alex Martelli Dennis MÃ¥rtensson Anthony Martin |