Mark Florisson <markflorisso...@gmail.com> added the comment:

I think this sums it up: 
file.write, on EINTR, could decide to continue writing if no Python signal 
handler raised an exception.
Analogously, file.read could decide to keep on reading on EINTR if no Python 
signal handler raised an exception.

----------

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

Reply via email to