]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-114435: Allow test_stat_inaccessible_file() to have matching ino/dev (GH-114571)
authorSteve Dower <steve.dower@python.org>
Fri, 26 Jan 2024 17:33:44 +0000 (17:33 +0000)
committerGitHub <noreply@github.com>
Fri, 26 Jan 2024 17:33:44 +0000 (17:33 +0000)
commitd91ddff5de61447844f1dac575d2e670c8d7e26b
treeabfa6a3bca7d78ccd5f33e041fded418268550b8
parent102569d150b690efe94c13921e93da66081ba1cf
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.
Lib/test/test_os.py