mirror of
https://github.com/python/cpython.git
synced 2026-06-14 07:04:22 -04:00
990a5feba7
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.