]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-138205: Remove the `resize` method on `mmap` object on platforms don't support...
authorAN Long <aisk@users.noreply.github.com>
Sat, 6 Sep 2025 08:40:04 +0000 (17:40 +0900)
committerGitHub <noreply@github.com>
Sat, 6 Sep 2025 08:40:04 +0000 (14:10 +0530)
commitc919d02edecfe9d75fe374756fb8aa1db8d95f55
tree7cbf3f20a4c480eab32a39afa7e1eab4e221ce36
parent8554c0917e25a7abe12b3000f1589b6566c91a25
gh-138205: Remove the `resize` method on `mmap` object on platforms don't support it (#138276)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
Doc/library/mmap.rst
Doc/whatsnew/3.15.rst
Lib/test/test_mmap.py
Misc/NEWS.d/next/Library/2025-08-31-12-34-02.gh-issue-138205.iHXb1z.rst [new file with mode: 0644]
Modules/mmapmodule.c