Fix FileIO.readall() (new_buffersize()) for large files
Truncate the buffer size to PY_SSIZE_T_MAX.
V
Victor Stinner committed
c5af7730e34f15d917730c66076125d4e545f11a
Parent: 950468e
Truncate the buffer size to PY_SSIZE_T_MAX.