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 neologix
Recipients ned.deily, neologix, pitrou, vstinner
Date 2015-01-31.08:58:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM27g7JUw8W_+QEE24WO8hHqDKYUWDvZ5Qgtx6Mkt8ASWw@mail.gmail.com>
In-reply-to <1422578368.13.0.614272614825.issue23285@psf.upfronthosting.co.za>
Content
I just realized I didn't retry upon EINTR for open(): eintr-4.diff
adds this, along with tests (using a fifo).

Also, I added comments explaining why we don't retry upon close() (see
e.g. http://lwn.net/Articles/576478/ and
http://linux.derkeiler.com/Mailing-Lists/Kernel/2005-09/3000.html).
Files
File name Uploaded
eintr-4.diff neologix, 2015-01-31.08:58:00
History
Date User Action Args
2015-01-31 08:58:14neologixsetrecipients: + neologix, pitrou, vstinner, ned.deily
2015-01-31 08:58:14neologixlinkissue23285 messages
2015-01-31 08:58:13neologixcreate