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.

Author BreamoreBoy
Recipients BreamoreBoy, ajaksu2, loewis, mdr0, nnorwitz, pitrou, sable, tim.peters, wheelrl
Date 2010-09-21.21:57:52
SpamBayes Score 9.564311e-05
Marked as misclassified No
Message-id <125156.27292.qm@web29605.mail.ird.yahoo.com>
In-reply-to <4C98CF03.5000606@v.loewis.de>
Content
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:28:06
Subject: [issue678250] test_mmap failling on AIX

Martin v. Löwis <martin@v.loewis.de> added the comment:

> Should flush be modified to do nothing in this case or should the unit test be 
>updated?

Tim is suggesting that flush should indeed become a noop. Since nobody
else speaking in favor of it being an error, I guess this is the way to
go: flush, on an ACCESS_COPY file, does nothing, and the test is fine
as it stands.

----------

_______________________________________
Python tracker <report@bugs.python.org>
<http://bugs.python.org/issue678250>
_______________________________________
Files
File name Uploaded
unnamed BreamoreBoy, 2010-09-21.21:57:51
History
Date User Action Args
2010-09-21 22:21:23loewisunlinkissue678250 messages
2010-09-21 21:57:53BreamoreBoysetrecipients: + BreamoreBoy, tim.peters, loewis, nnorwitz, wheelrl, mdr0, pitrou, sable, ajaksu2
2010-09-21 21:57:52BreamoreBoylinkissue678250 messages
2010-09-21 21:57:52BreamoreBoycreate