]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111856: Fix os.fstat on windows with FAT32 and exFAT filesystem (GH-112038)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 13 Nov 2023 16:25:01 +0000 (17:25 +0100)
committerGitHub <noreply@github.com>
Mon, 13 Nov 2023 16:25:01 +0000 (16:25 +0000)
commitdfdbfc548f45dc254844b71f77f03136c413b76b
treeabbc5a67bb397decec20ffcb701e48d9f00b2c6d
parentc6aea46a71d158f993cc723c14b4bf7982b73a2a
gh-111856: Fix os.fstat on windows with FAT32 and exFAT filesystem (GH-112038)

(cherry picked from commit 29af7369dbbbba8cefafb196e977bce8189a527d)

Co-authored-by: AN Long <aisk@users.noreply.github.com>
Misc/NEWS.d/next/Windows/2023-11-13-22-35-27.gh-issue-111856.vEtA5z.rst [new file with mode: 0644]
Python/fileutils.c