SIGN IN SIGN UP

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.
V
Victor Stinner committed
9bee32b34e4fb3e67a88bf14d38153851d4c4598
Parent: bcc136b
Committed by GitHub <noreply@github.com> on 4/22/2020, 2:30:35 PM