summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR. David Murray <rdmurray@bitdance.com>2010-10-18 01:14:06 (GMT)
committerR. David Murray <rdmurray@bitdance.com>2010-10-18 01:14:06 (GMT)
commite194dd60f0d00a3537ca118cfe5372c72c33bdf3 (patch)
treef94407312ce1f77f346193d060cb70290eb505c7 /Misc
parent051176fde88331b182af3706672dc90874c5347b (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1889478..15c0bb3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.