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 gregory.p.smith
Recipients gregory.p.smith, jorend, loewis, orenti, rhettg, sobomax
Date 2009-08-06.13:21:31
SpamBayes Score 2.6526025e-06
Marked as misclassified No
Message-id <1249564895.56.0.887418127605.issue1628205@psf.upfronthosting.co.za>
In-reply-to
Content
nice test case rhettg.

This is a correctness issue to prevent data loss on EINTR.

I've attached a patch that builds on rhettg's but allows the EINTR signal 
to propagate upwards as desired by loweis and jorend for both read() and 
readline() calls.
History
Date User Action Args
2009-08-06 13:21:36gregory.p.smithsetrecipients: + gregory.p.smith, loewis, jorend, orenti, sobomax, rhettg
2009-08-06 13:21:35gregory.p.smithsetmessageid: <1249564895.56.0.887418127605.issue1628205@psf.upfronthosting.co.za>
2009-08-06 13:21:33gregory.p.smithlinkissue1628205 messages
2009-08-06 13:21:33gregory.p.smithcreate