]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-113868: Add a number of MAP_* flags from macOS to module mmap (#113869)
authorRonald Oussoren <ronaldoussoren@mac.com>
Fri, 12 Jan 2024 15:56:18 +0000 (16:56 +0100)
committerGitHub <noreply@github.com>
Fri, 12 Jan 2024 15:56:18 +0000 (16:56 +0100)
commit79970792fd2c70f77c38e08c7b3a9daf6a11bde1
treeaa43dea3357ba8f281f1df335034928c5192c0db
parent8aa0088ea2422ed6b95076fe48a13df7562a4355
gh-113868: Add a number of MAP_* flags from macOS to module mmap (#113869)

The new flags were extracted from the macOS 14.2 SDK.

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Doc/library/mmap.rst
Misc/NEWS.d/next/Library/2024-01-09-18-07-08.gh-issue-113868.DlZG2r.rst [new file with mode: 0644]
Modules/mmapmodule.c