mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
document that waitpid raises OSError
This commit is contained in:
parent
b90a8be96f
commit
59de7f5733
1 changed files with 3 additions and 0 deletions
|
@ -1883,6 +1883,9 @@ written in Python, such as a mail server's external command delivery program.
|
||||||
``-1``, status is requested for any process in the process group ``-pid`` (the
|
``-1``, status is requested for any process in the process group ``-pid`` (the
|
||||||
absolute value of *pid*).
|
absolute value of *pid*).
|
||||||
|
|
||||||
|
An :exc:`OSError` is raised with the value of errno when the syscall
|
||||||
|
returns -1.
|
||||||
|
|
||||||
On Windows: Wait for completion of a process given by process handle *pid*, and
|
On Windows: Wait for completion of a process given by process handle *pid*, and
|
||||||
return a tuple containing *pid*, and its exit status shifted left by 8 bits
|
return a tuple containing *pid*, and its exit status shifted left by 8 bits
|
||||||
(shifting makes cross-platform use of the function easier). A *pid* less than or
|
(shifting makes cross-platform use of the function easier). A *pid* less than or
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue