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: Small fixes to mmap
Type: behavior Stage: resolved
Components: Versions: Python 3.11
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: tim.golden Nosy List: tim.golden
Priority: low Keywords: patch

Created on 2021-10-27 07:37 by tim.golden, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 29247 merged tim.golden, 2021-10-27 17:09
Messages (2)
msg405073 - (view) Author: Tim Golden (tim.golden) * (Python committer) Date: 2021-10-27 07:37
Following issue40915 a few small items still need to be addressed, mostly cosmetic / naming:

* A comment should have been removed but wasn't
* A comment should have been added but wasn't
* The use of the string "TEST" should be avoided in tests particularly where there is a shared namespace and therefore the chance of a collision
msg405289 - (view) Author: Tim Golden (tim.golden) * (Python committer) Date: 2021-10-29 08:20
New changeset 7bddd96982072d04bd6314da1ee7f40b7f875f00 by Tim Golden in branch 'main':
bpo-45621: Small changes to mmap (GH-29247)
https://github.com/python/cpython/commit/7bddd96982072d04bd6314da1ee7f40b7f875f00
History
Date User Action Args
2022-04-11 14:59:51adminsetgithub: 89784
2021-10-29 09:11:28tim.goldensetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2021-10-29 08:20:25tim.goldensetmessages: + msg405289
2021-10-27 17:09:40tim.goldensetkeywords: + patch
stage: patch review
pull_requests: + pull_request27511
2021-10-27 07:37:27tim.goldencreate