This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eggy
Recipients eggy, pitrou
Date 2011-01-20.14:56:57
SpamBayes Score 0.008042328
Marked as misclassified No
Message-id <1295535420.44.0.0697813208013.issue10956@psf.upfronthosting.co.za>
In-reply-to
Content
I think this sums it up: 
file.write, on EINTR, could decide to continue writing if no Python signal handler raised an exception.
Analogously, file.read could decide to keep on reading on EINTR if no Python signal handler raised an exception.
History
Date User Action Args
2011-01-20 14:57:00eggysetrecipients: + eggy, pitrou
2011-01-20 14:57:00eggysetmessageid: <1295535420.44.0.0697813208013.issue10956@psf.upfronthosting.co.za>
2011-01-20 14:56:57eggylinkissue10956 messages
2011-01-20 14:56:57eggycreate