mirror of
https://github.com/python/cpython.git
synced 2026-05-09 06:01:08 -04:00
66aab0c4b5
EINTR error and special cases for Windows. These functions now truncate the length to PY_SSIZE_T_MAX to have a portable and reliable behaviour. For example, read() result is undefined if counter is greater than PY_SSIZE_T_MAX on Linux.
Miscellaneous source files for the main Python shared library