bpo-35189: Retry fnctl calls on EINTR (GH-10413)
Modify the following fnctl function to retry if interrupted by a signal (EINTR): flock, lockf, fnctl.
Showing
Please register or sign in to comment
Modify the following fnctl function to retry if interrupted by a signal (EINTR): flock, lockf, fnctl.