]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-114435: Allow test_stat_inaccessible_file() to have matching ino/dev (GH-114571)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 23 Feb 2024 12:35:42 +0000 (13:35 +0100)
committerGitHub <noreply@github.com>
Fri, 23 Feb 2024 12:35:42 +0000 (12:35 +0000)
commitc61ed32b843824c799d81ee8b70f85675e3c03f5
tree0e67a0fadb37d68fbbe9bc2e2a172c93b1742a29
parenta3bef5664b720c7d470a625b0662b1ca8dec8049
gh-114435: Allow test_stat_inaccessible_file() to have matching ino/dev (GH-114571)

This may occur if Windows allows reading stat information from a file even if the current user does not have access.
(cherry picked from commit d91ddff5de61447844f1dac575d2e670c8d7e26b)

Co-authored-by: Steve Dower <steve.dower@python.org>
Lib/test/test_os.py