[issue26716] EINTR handling in fcntl

STINNER Victor report at bugs.python.org
Fri Apr 15 12:28:55 EDT 2016


STINNER Victor added the comment:

Patch version 2:

* add a comment to explain the C loop retrying on EINTR error
* add an unit test: I checked that the test fails with InterruptedError without the fix
* document the change in fcntl documentation

----------
Added file: http://bugs.python.org/file42474/fcntl_eintr-2.patch

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


More information about the Python-bugs-list mailing list