Commit 71e7dbd1 authored by Richard Oudkerk's avatar Richard Oudkerk

Issue #15818: Merge.

parents 35d05537 64c25b42
...@@ -443,7 +443,7 @@ The :mod:`multiprocessing` package mostly replicates the API of the ...@@ -443,7 +443,7 @@ The :mod:`multiprocessing` package mostly replicates the API of the
cause other processes to deadlock. cause other processes to deadlock.
Note that the :meth:`start`, :meth:`join`, :meth:`is_alive`, Note that the :meth:`start`, :meth:`join`, :meth:`is_alive`,
:meth:`terminate` and :attr:`exit_code` methods should only be called by :meth:`terminate` and :attr:`exitcode` methods should only be called by
the process that created the process object. the process that created the process object.
Example usage of some of the methods of :class:`Process`: Example usage of some of the methods of :class:`Process`:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment