diff options
author | Victor Stinner <vstinner@python.org> | 2020-04-22 14:30:35 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-22 14:30:35 (GMT) |
commit | 9bee32b34e4fb3e67a88bf14d38153851d4c4598 (patch) | |
tree | c169f63fa285210ff9a384974c91bf23ec1bd41e /Doc | |
parent | bcc136ba892e62078a67ad0ca0b34072ec9c88aa (diff) | |
download | cpython-9bee32b34e4fb3e67a88bf14d38153851d4c4598.zip cpython-9bee32b34e4fb3e67a88bf14d38153851d4c4598.tar.gz cpython-9bee32b34e4fb3e67a88bf14d38153851d4c4598.tar.bz2 |
bpo-40138: Fix Windows os.waitpid() for large exit code (GH-19637)
Fix the Windows implementation of os.waitpid() for exit code
larger than "INT_MAX >> 8". The exit status is now interpreted as an
unsigned number.
os.waitstatus_to_exitcode() now accepts wait status larger than
INT_MAX.
Diffstat (limited to 'Doc')
0 files changed, 0 insertions, 0 deletions