diff options
author | R. David Murray <rdmurray@bitdance.com> | 2010-10-18 01:14:06 (GMT) |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2010-10-18 01:14:06 (GMT) |
commit | e194dd60f0d00a3537ca118cfe5372c72c33bdf3 (patch) | |
tree | f94407312ce1f77f346193d060cb70290eb505c7 /Misc | |
parent | 051176fde88331b182af3706672dc90874c5347b (diff) | |
download | cpython-e194dd60f0d00a3537ca118cfe5372c72c33bdf3.zip cpython-e194dd60f0d00a3537ca118cfe5372c72c33bdf3.tar.gz cpython-e194dd60f0d00a3537ca118cfe5372c72c33bdf3.tar.bz2 |
#678250: Make mmap flush a noop on ACCESS_READ and ACCESS_COPY.
Patch by Sébastien Sablé. This solves a test_mmap failure on AIX.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -87,6 +87,8 @@ Library Extensions ---------- +- Issue #678250: Make mmap flush a noop on ACCESS_READ and ACCESS_COPY. + - Issue #9054: Fix a crash occurring when using the pyexpat module with expat version 2.0.1. |