]> granicus.if.org Git - python/commit
bpo-35189: Retry fnctl calls on EINTR (GH-10413)
authornierob <nierob@users.noreply.github.com>
Fri, 23 Nov 2018 15:46:12 +0000 (16:46 +0100)
committerVictor Stinner <vstinner@redhat.com>
Fri, 23 Nov 2018 15:46:12 +0000 (16:46 +0100)
commitb409ffa848b280c1db1b4f450bfae14f263099ac
tree0c240c1514a28c75ad2300852712cfdc31faaf15
parentf653fd4d950ac092719b6152e38d77c62b443125
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.
Lib/test/eintrdata/eintr_tester.py
Misc/NEWS.d/next/Library/2018-11-09-13-35-36.bpo-35189.gog-sl.rst [new file with mode: 0644]
Modules/fcntlmodule.c