]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-22367: Add tests for fcntl.lockf(). (GH-17010)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 9 Nov 2019 11:12:28 +0000 (03:12 -0800)
committerGitHub <noreply@github.com>
Sat, 9 Nov 2019 11:12:28 +0000 (03:12 -0800)
commit85e415108226cc5f3fdddd70196fc4c2a1d0f7f4
tree119cbbe11f193043d5fb96bd04a09bc1312f3c3a
parent6b66dc387935df432cdbc01397ddef534a84ade9
bpo-22367: Add tests for fcntl.lockf(). (GH-17010)

(cherry picked from commit befa032d8869e0fab4732d910f3887642879d644)

Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
Lib/test/test_fcntl.py