bpo-38156: Fix compiler warning in PyOS_StdioReadline() (GH-21721)


incr cannot be larger than INT_MAX: downcast to int explicitly.
(cherry picked from commit bde48fd8110cc5f128d5db44810d17811e328a24)

Co-authored-by: Victor Stinner <vstinner@python.org>
1 file changed