diff options
author | Luis Pedro Coelho <luis@luispedro.org> | 2023-11-16 13:04:46 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-16 13:04:46 (GMT) |
commit | 81ab0e8a4add53035c87b040afda6d554cace528 (patch) | |
tree | 3de0aba0d4e757c82d8ff4aa6c28531452fba596 /Python/errors.c | |
parent | 985679f05d1b72965bfbed99d1499c22815375e4 (diff) | |
download | cpython-81ab0e8a4add53035c87b040afda6d554cace528.zip cpython-81ab0e8a4add53035c87b040afda6d554cace528.tar.gz cpython-81ab0e8a4add53035c87b040afda6d554cace528.tar.bz2 |
[doc] Make subprocess.wait documentation more precise (#98700)
[doc] Make subprocess.wait doc more precise
An active loop is only used when the `timeout` parameter is used on
POSIX.
When no timeout is used, the code calls `os.waitpid` internally (which puts
the process on a sleep status). On Windows, the internal Windows API
call accepts a timeout parameter, so that is delegated to the OS.
Diffstat (limited to 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions