diff options
author | Victor Stinner <vstinner@python.org> | 2024-11-19 08:08:42 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-19 08:08:42 (GMT) |
commit | b3687ad454c4ac54c8599a10f3ace8a13ca48915 (patch) | |
tree | c11880ac43bd1d01d386c16fe1af8f3fae793b32 /Modules/pwdmodule.c | |
parent | d6b3e78504b3168c432b20002dbcf8ec9a435e61 (diff) | |
download | cpython-b3687ad454c4ac54c8599a10f3ace8a13ca48915.zip cpython-b3687ad454c4ac54c8599a10f3ace8a13ca48915.tar.gz cpython-b3687ad454c4ac54c8599a10f3ace8a13ca48915.tar.bz2 |
gh-126876: Fix socket internal_select() for large timeout (#126968)
If the timeout is larger than INT_MAX, replace it with INT_MAX, in
the poll() code path.
Add an unit test.
Diffstat (limited to 'Modules/pwdmodule.c')
0 files changed, 0 insertions, 0 deletions