mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Issue #15818: Merge.
This commit is contained in:
commit
71e7dbd11d
1 changed files with 1 additions and 1 deletions
|
@ -443,7 +443,7 @@ The :mod:`multiprocessing` package mostly replicates the API of the
|
|||
cause other processes to deadlock.
|
||||
|
||||
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.
|
||||
|
||||
Example usage of some of the methods of :class:`Process`:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue