SIGN IN SIGN UP

Fixes issue #12268: File readline, readlines and read() or readall() methods

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.
G
Gregory P. Smith committed
5135992164f4c0df8d18d3b486431b28214db16b
Parent: 8150492