mirror of
https://github.com/python/cpython.git
synced 2026-05-11 23:18:57 -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.