]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104820: Fixes os.stat on Windows to better handle file systems that do not support...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 29 May 2023 16:57:04 +0000 (09:57 -0700)
committerGitHub <noreply@github.com>
Mon, 29 May 2023 16:57:04 +0000 (17:57 +0100)
commit68bf3fe0e4221bd33823b727af1f70708bdb8f29
tree66b9ac4ded084f30b702d332bcbd4d07b0661122
parent635ce29257a7f7272af009d3c08379522317d89b
gh-104820: Fixes os.stat on Windows to better handle file systems that do not support FileIdInformation (GH-104892)

(cherry picked from commit 6031727a37c6003f78e3b0c7414a0a214855dd08)

Co-authored-by: Steve Dower <steve.dower@python.org>
Misc/NEWS.d/next/Windows/2023-05-24-21-00-57.gh-issue-104820.ibyrpp.rst [new file with mode: 0644]
Modules/posixmodule.c
Python/fileutils.c