]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111877: Fixes stat() handling for inaccessible files on Windows (GH-113716)
authorSteve Dower <steve.dower@python.org>
Fri, 12 Jan 2024 15:27:56 +0000 (15:27 +0000)
committerGitHub <noreply@github.com>
Fri, 12 Jan 2024 15:27:56 +0000 (15:27 +0000)
commited066481c76c6888ff5709f5b9f93b92c232a4a6
tree893b4b0ae89343877751bbf24bba3bc9ea435a15
parente68806c7122070078507b370b13bb225f8501ff8
gh-111877: Fixes stat() handling for inaccessible files on Windows (GH-113716)
Lib/test/test_os.py
Misc/NEWS.d/next/Windows/2024-01-04-21-16-31.gh-issue-111877.fR-B4c.rst [new file with mode: 0644]
Modules/posixmodule.c