mirror of
https://github.com/python/cpython.git
synced 2026-01-30 22:55:41 +00:00
no longer lose data when an underlying read system call is interrupted. IOError is no longer raised due to a read system call returning EINTR from within these methods.