]> granicus.if.org Git - python/commit
Fixes issue #12268 for file readline, readlines and read() and readinto methods.
authorGregory P. Smith <greg@krypto.org>
Tue, 26 Jun 2012 03:57:36 +0000 (20:57 -0700)
committerGregory P. Smith <greg@krypto.org>
Tue, 26 Jun 2012 03:57:36 +0000 (20:57 -0700)
commitb2ac4d693a5571336d397eff93445ca0ac0f4204
treea03147b0f9867b72b0e7a6cad5b58d8ebab70075
parented04f42b9916e89c65820eb236ab347323d983e0
Fixes issue #12268 for file readline, readlines and read() and readinto methods.
They 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.
Lib/test/test_file2k.py
Misc/NEWS
Objects/fileobject.c