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.
V
Victor Stinner committed
b3687ad454c4ac54c8599a10f3ace8a13ca48915
Parent: d6b3e78
Committed by GitHub <noreply@github.com>
on 11/19/2024, 8:08:42 AM