diff options
author | Victor Stinner <vstinner@python.org> | 2020-04-22 16:30:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-22 16:30:35 +0200 |
commit | 9bee32b34e4fb3e67a88bf14d38153851d4c4598 (patch) | |
tree | c169f63fa285210ff9a384974c91bf23ec1bd41e /Python/importlib.h | |
parent | bcc136ba892e62078a67ad0ca0b34072ec9c88aa (diff) | |
download | cpython-git-9bee32b34e4fb3e67a88bf14d38153851d4c4598.tar.gz |
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 'Python/importlib.h')
0 files changed, 0 insertions, 0 deletions