summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_file_eintr.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixes issue #12268: File readline, readlines and read() or readall() methodsGregory P. Smith2012-06-241-0/+236
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.