[issue9867] Interrupted system calls are not retried

Antoine Pitrou report at bugs.python.org
Thu Sep 16 14:55:25 CEST 2010


Antoine Pitrou <pitrou at free.fr> added the comment:

Some parts of the stdlib already retry manually (such as SocketIO, subprocess, multiprocessing, socket.sendall), so it doesn't sound unreasonable for the IO lib to retry too.

There are/were other people complaining in similar cases: #7978, #1628205.

----------
nosy: +benjamin.peterson, exarkun, pitrou, stutzbach
versions:  -Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9867>
_______________________________________


More information about the Python-bugs-list mailing list