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.
Created on 2008-04-16 16:29 by schmir, last changed 2022-04-11 14:56 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| issue2643.diff | brian.curtin, 2010-01-12 18:27 | patch against trunk, r77420 | ||
| mmap_msync.diff | neologix, 2010-04-08 20:21 | Patch to remove msync() call when mmap object is deallocated. | ||
| test_mmap.py | neologix, 2010-04-08 20:21 | Test script showing msync() latency | ||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:56:33 | admin | set | github: 46895 |
| 2010-09-21 16:09:20 | pitrou | set | status: open -> closed resolution: fixed |
| 2010-09-21 16:08:54 | pitrou | set | messages: + msg117079 |
| 2010-09-21 16:00:16 | loewis | set | nosy: + loewis messages: + msg117077 |
| 2010-09-21 15:44:01 | pitrou | set | messages: + msg117074 |
| 2010-09-21 15:40:59 | pitrou | set | versions: - Python 2.6, Python 3.1, Python 2.7 nosy: akuchling, exarkun, pitrou, schmir, trent, brian.curtin, neologix title: mmap_object_dealloc does not call FlushViewOfFile on windows -> mmap_object_dealloc calls time-consuming msync(), although close doesn't messages: + msg117072 components: + Library (Lib), IO stage: patch review -> commit review |
| 2010-09-18 18:03:56 | neologix | set | messages: + msg116818 |
| 2010-04-08 20:35:29 | pitrou | set | nosy: + akuchling, exarkun |
| 2010-04-08 20:21:33 | neologix | set | files: + test_mmap.py |
| 2010-04-08 20:21:02 | neologix | set | files: + mmap_msync.diff messages: + msg102642 |
| 2010-04-06 21:16:47 | neologix | set | nosy: + neologix messages: + msg102495 |
| 2010-01-12 22:10:59 | pitrou | set | nosy: + pitrou messages: + msg97664 |
| 2010-01-12 18:27:03 | brian.curtin | set | files: + issue2643.diff messages: + msg97644 |
| 2010-01-12 18:26:27 | brian.curtin | set | files: - issue2643.diff |
| 2010-01-12 18:25:14 | brian.curtin | set | files: + issue2643.diff priority: normal versions: + Python 3.1, Python 2.7, Python 3.2 keywords: + patch, needs review nosy: + brian.curtin messages: + msg97643 stage: patch review |
| 2008-04-17 18:38:17 | trent | set | nosy: + trent |
| 2008-04-16 16:40:11 | schmir | set | messages: + msg65554 |
| 2008-04-16 16:30:44 | schmir | set | type: behavior versions: + Python 2.6 |
| 2008-04-16 16:29:01 | schmir | create | |
