diff options
author | Victor Stinner <vstinner@python.org> | 2020-04-22 15:57:59 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-22 15:57:59 (GMT) |
commit | b07350901cac9197aef41855d8a4d56533636b91 (patch) | |
tree | b9ab42158db0cea7b537f8dc3e23d9f8ec2bedba /Lib/dataclasses.py | |
parent | 3a5545025685040842420c85a4a9aab5f044aeb8 (diff) | |
download | cpython-b07350901cac9197aef41855d8a4d56533636b91.zip cpython-b07350901cac9197aef41855d8a4d56533636b91.tar.gz cpython-b07350901cac9197aef41855d8a4d56533636b91.tar.bz2 |
bpo-40138: Fix Windows os.waitpid() for large exit code (GH-19654)
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.
Diffstat (limited to 'Lib/dataclasses.py')
0 files changed, 0 insertions, 0 deletions