This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: mmap module add MAP_STACK constant mostly for OpenBSD
Type: Stage: resolved
Components: Library (Lib) Versions: Python 3.11
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: devnexen
Priority: normal Keywords:

Created on 2021-12-25 11:10 by devnexen, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 30252 merged devnexen, 2021-12-25 11:10
Messages (1)
msg409307 - (view) Author: Dong-hee Na (corona10) * (Python committer) Date: 2021-12-29 13:52
New changeset 66c47b63a0df3143fe48d6efc1183eecda2a363d by David CARLIER in branch 'main':
bpo-46176: mmap module adding MAP_STACK constant. (GH-30252)
https://github.com/python/cpython/commit/66c47b63a0df3143fe48d6efc1183eecda2a363d
History
Date User Action Args
2022-04-11 14:59:53adminsetgithub: 90334
2021-12-29 13:52:53corona10setstatus: open -> closed
nosy: - corona10

stage: resolved
2021-12-29 13:52:41corona10setnosy: + corona10
messages: + msg409307
2021-12-25 11:10:06devnexencreate