STINNER Victor added the comment:

> 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?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23648>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to