]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-78502: Add a trackfd parameter to mmap.mmap() on Windows (GH-138238)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 3 Sep 2025 08:31:34 +0000 (11:31 +0300)
committerGitHub <noreply@github.com>
Wed, 3 Sep 2025 08:31:34 +0000 (11:31 +0300)
commit7274d076077212ecda4e83932dcc4ae69c62af58
tree3e047ff508a8da2594b2257a60752ee1c7359c09
parent4a33077fdb546db71b16d50cdd552529a9a1c910
gh-78502: Add a trackfd parameter to mmap.mmap() on Windows (GH-138238)

If trackfd is False, the file handle corresponding to fileno
will not be duplicated.
Doc/library/mmap.rst
Doc/whatsnew/3.15.rst
Lib/test/test_mmap.py
Misc/NEWS.d/next/Library/2025-08-29-12-05-33.gh-issue-78502.VpIMxg.rst [new file with mode: 0644]
Modules/mmapmodule.c