[issue9867] Interrupted system calls are not retried

Armin Ronacher report at bugs.python.org
Thu Sep 16 15:36:03 CEST 2010


Armin Ronacher <armin.ronacher at active-4.com> added the comment:

> setting the SA_RESTART in the call to sigaction should work (on OSX HAVE_SIGACTION is defined), unless the manpage is lying.

It should work, haven't tried.  From what I understand on a BSD system, retrying is the default.

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