]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-152433: Windows: modernize and refactor stat emulation APIs (GH-153700)
authorthexai <58434170+thexai@users.noreply.github.com>
Fri, 24 Jul 2026 09:56:48 +0000 (11:56 +0200)
committerGitHub <noreply@github.com>
Fri, 24 Jul 2026 09:56:48 +0000 (10:56 +0100)
commit0d71cc460f5ac82566d63664dcc74d0ec503c7c2
tree7686dcf4e4092af07c83dc75d9568aeb500cc699
parenteef23498751fff48f15c70975b415161491621a3
gh-152433: Windows: modernize and refactor stat emulation APIs (GH-153700)

This allows build on more API sets (e.g. UWP) without excluding any currently supported desktop OS.
Misc/NEWS.d/next/Windows/2026-07-17-16-21-17.gh-issue-152433.45rR2A.rst [new file with mode: 0644]
Modules/posixmodule.c
Python/fileutils.c