mirror of
https://github.com/python/cpython.git
synced 2026-05-22 12:24:30 -04:00
5135992164
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.