Message 117108 - Python tracker (original) (raw)
Please ensure tha I'm taken off of the email list as I've been banned from contributing to Python by Raymond Hettinger
From: Martin v. Löwis <report@bugs.python.org> To: breamoreboy@yahoo.co.uk Sent: Tue, 21 September, 2010 16:53:27 Subject: [] test_mmap failling on AIX
Martin v. Löwis <martin@v.loewis.de> added the comment:
Interestingly, the matter was discussed on another issue, #2643. I also agree that ideally flush() should become a no-op (only in 3.2, since it would break compatibility). But then we should also expose a separate sync() method with the current behaviour.
I think you misunderstand. I'm not proposing that flush should become a noop entirely - only for ACCESS_COPY mappings.
Python tracker <report@bugs.python.org> <http://bugs.python.org/issue678250>