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_ALIGNED_SUPER FreeBSD and MAP_CONCEAL OpenBSD constants
Type: enhancement Stage:
Components: Extension Modules, FreeBSD Versions: Python 3.9
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: devnexen, koobs, vstinner
Priority: normal Keywords:

Created on 2019-07-01 14:22 by devnexen, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 14513 closed devnexen, 2019-07-01 14:22
Messages (3)
msg347023 - (view) Author: Kubilay Kocak (koobs) (Python triager) Date: 2019-07-01 14:41
Thanks David!

Can this be backported to earlier 3.x's and 2.7?
msg347026 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2019-07-01 14:49
> Can this be backported to earlier 3.x's and 2.7?

No, a new constant is a new feature. If we add it to Python 3.7.4, it would mean that an application written with 3.7.4 will fail on 3.7.3 which would be surprising and bad.
msg347027 - (view) Author: Kubilay Kocak (koobs) (Python triager) Date: 2019-07-01 14:50
Thanks for clarifying Victor
History
Date User Action Args
2022-04-11 14:59:17adminsetgithub: 81652
2019-07-08 13:58:54devnexensettitle: mmap module: add MAP_ALIGNED_SUPER FreeBSD constant -> mmap module: add MAP_ALIGNED_SUPER FreeBSD and MAP_CONCEAL OpenBSD constants
2019-07-01 14:50:20koobssetmessages: + msg347027
2019-07-01 14:49:39vstinnersettitle: mmap module, add MAP_ALIGNED_SUPER FreeBSD constant -> mmap module: add MAP_ALIGNED_SUPER FreeBSD constant
nosy: + vstinner

messages: + msg347026

type: enhancement
2019-07-01 14:41:50koobssettitle: mmap module, adding new constant -> mmap module, add MAP_ALIGNED_SUPER FreeBSD constant
2019-07-01 14:41:16koobssetmessages: + msg347023
2019-07-01 14:22:37devnexencreate