]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-152433: Windows: use GetFileSizeEx instead of GetFileSize for memory mapped files...
authorthexai <58434170+thexai@users.noreply.github.com>
Tue, 30 Jun 2026 20:35:44 +0000 (22:35 +0200)
committerGitHub <noreply@github.com>
Tue, 30 Jun 2026 20:35:44 +0000 (22:35 +0200)
commitf37602ad7d4b78f55d935be66f6373320fe0aee5
tree371d6d5854818c4be9b3ec00550016b8e3cc9602
parent040002c13a35ba3c8d077d87c29002ad3f2edad5
gh-152433: Windows: use GetFileSizeEx instead of GetFileSize for memory mapped files (#152383)
Misc/NEWS.d/next/Windows/2026-06-28-13-03-57.gh-issue-152433.jUXFwC.rst [new file with mode: 0644]
Modules/mmapmodule.c