]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-138092: Allow calling mmap.flush with offset only (#138093)
authorAN Long <aisk@users.noreply.github.com>
Tue, 30 Sep 2025 09:08:50 +0000 (18:08 +0900)
committerGitHub <noreply@github.com>
Tue, 30 Sep 2025 09:08:50 +0000 (11:08 +0200)
commitbd1ada6df35f29069fc478ce3b0fee3372df075a
tree4404778b8cc58a3b0891cfbfeaf05958e2ca6c9b
parent6b5f15698a436591f7c305c576a2d366c38d9997
gh-138092: Allow calling mmap.flush with offset only (#138093)
Doc/library/mmap.rst
Lib/test/test_mmap.py
Misc/NEWS.d/next/Library/2025-08-24-02-04-32.gh-issue-138092.V4-wTO.rst [new file with mode: 0644]
Modules/mmapmodule.c