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, jcon, pitrou, python-dev
Date 2012-06-26.04:04:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340683499.62.0.638177100924.issue12268@psf.upfronthosting.co.za>
In-reply-to
Content
The uses of fwrite() and fflush() also need this EINTR treatment in 2.7.  I haven't checked the write paths in 3.2 yet.

Also, the fix change to 3.2's _io module needs backporting to 2.7's _io module for people using that.
History
Date User Action Args
2012-06-26 04:04:59gregory.p.smithsetrecipients: + gregory.p.smith, pitrou, python-dev, jcon
2012-06-26 04:04:59gregory.p.smithsetmessageid: <1340683499.62.0.638177100924.issue12268@psf.upfronthosting.co.za>
2012-06-26 04:04:59gregory.p.smithlinkissue12268 messages
2012-06-26 04:04:58gregory.p.smithcreate