[issue26716] EINTR handling in fcntl

Serhiy Storchaka report at bugs.python.org
Sat Apr 9 06:26:33 EDT 2016


Serhiy Storchaka added the comment:

It looks to me that interrupting fcntl can be used for implementing blocking lock with a timeout. If automatically retry fcntl() on EINTR, this will break such code.

----------

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


More information about the Python-bugs-list mailing list