Issue #21932: os.read() now uses a :c:func:`Py_ssize_t` type instead of
:c:type:`int` for the size to support reading more than 2 GB at once. On Windows, the size is truncted to INT_MAX. As any call to os.read(), the OS may read less bytes than the number of requested bytes.
V
Victor Stinner committed
b28ed92dd0e46db1ba14d76375c7b0a7186249e3
Parent: 0d63f12