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 vstinner
Recipients neologix, vstinner
Date 2015-03-18.09:48:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426672089.08.0.00180701100339.issue23648@psf.upfronthosting.co.za>
In-reply-to
Content
stat manual page of SCO documentation says that stat() can fail with EINTR, but I don't see this error in latest Linux manual page. I tested manually, and I failed to see stat() failing with InterruptedError.
http://uw714doc.sco.com/en/man/html.2/stat.2.html

So only a few system calls on the filesystem (open, read, write, close, fsync, ...) can fail with EINTR?
History
Date User Action Args
2015-03-18 09:48:09vstinnersetrecipients: + vstinner, neologix
2015-03-18 09:48:09vstinnersetmessageid: <1426672089.08.0.00180701100339.issue23648@psf.upfronthosting.co.za>
2015-03-18 09:48:09vstinnerlinkissue23648 messages
2015-03-18 09:48:08vstinnercreate