commit | b409ffa848b280c1db1b4f450bfae14f263099ac | [log] [tgz] |
---|---|---|
author | nierob <nierob@users.noreply.github.com> | Fri Nov 23 16:46:12 2018 +0100 |
committer | Victor Stinner <vstinner@redhat.com> | Fri Nov 23 16:46:12 2018 +0100 |
tree | 0c240c1514a28c75ad2300852712cfdc31faaf15 | |
parent | f653fd4d950ac092719b6152e38d77c62b443125 [diff] |
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.