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: Add mmap.ACCESS_DEFAULT to namespace
Type: enhancement Stage: resolved
Components: Extension Modules Versions: Python 3.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: Justus Schwabedal, berker.peksag
Priority: normal Keywords: patch

Created on 2017-10-23 20:26 by Justus Schwabedal, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 4093 merged python-dev, 2017-10-23 20:34
Messages (2)
msg304839 - (view) Author: Justus Schwabedal (Justus Schwabedal) * Date: 2017-10-23 20:26
I propose to add mmap.ACCESS_DEFAULT into the namespace.  Accessing the default value might be necessary, if one needs to overwrite an `ACCESS` keyword argument.
msg307054 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2017-11-27 15:43
PR 4093 has been merged. Closing this as 'fixed'. Thank you for the PR, Justus.
History
Date User Action Args
2022-04-11 14:58:53adminsetgithub: 76035
2017-11-27 15:43:07berker.peksagsetstatus: open -> closed

nosy: + berker.peksag
messages: + msg307054

resolution: fixed
stage: patch review -> resolved
2017-10-23 20:34:18python-devsetkeywords: + patch
stage: patch review
pull_requests: + pull_request4064
2017-10-23 20:26:44Justus Schwabedalcreate