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-23.21:28:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427146121.34.0.243057298547.issue23648@psf.upfronthosting.co.za>
In-reply-to
Content
> Well, all the syscalls which can blocki can fail with EINTR, so all
> I:O related one.

This is also what I expect, but how do you explain that I'm unable to see os.stat() failing with EINTR? I'm testing on ext4 file system. May it occur with other file systems (ex: NFS)? Or maybe not on Linux, but on other platforms?
History
Date User Action Args
2015-03-23 21:28:41vstinnersetrecipients: + vstinner, neologix
2015-03-23 21:28:41vstinnersetmessageid: <1427146121.34.0.243057298547.issue23648@psf.upfronthosting.co.za>
2015-03-23 21:28:41vstinnerlinkissue23648 messages
2015-03-23 21:28:41vstinnercreate