John Marshall added the comment:
Ping -- This issue has an associated PR that expands the
multiprocessing.Process.exitcode documentation to cover normal, sys.exit(), and
exception-raised termination of the child process.
https://github.com/python/cpython/pull/30142
The PR has been
Change by John Marshall :
--
keywords: +patch
pull_requests: +28360
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/30142
___
Python tracker
<https://bugs.python.org/issu
New submission from John Marshall :
<https://docs.python.org/3.11/library/multiprocessing.html#multiprocessing.Process.exitcode>
describes exitcode as
"The child’s exit code. This will be None if the process has not yet
terminated. A negative value -N indicates that the child was