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.
Showing
Lib/test/test_file_eintr.py
0 → 100644
This diff is collapsed.
Please register or sign in to comment