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 nadeem.vawda
Recipients ixokai, nadeem.vawda, ned.deily, neologix, pitrou, python-dev, sdaoden, skrah, vstinner
Date 2011-05-07.12:27:39
SpamBayes Score 1.0629411e-07
Marked as misclassified No
Message-id <1304771260.1.0.986473975461.issue11277@psf.upfronthosting.co.za>
In-reply-to
Content
sdaoden> @Nadeem: note that the committed versions of the tests would not
sdaoden> show up the Mac OS X mmap() bug AFAIK, because there is an
sdaoden> intermediate .close() of the file to be mmapped.

Thanks for catching that. Should be fixed now.

haypo> I now agree Antoine: the test is useless. It can be removed today.
haypo>
haypo> About mmap: add a new test for this issue (mmap on Mac OS X and
haypo> F_FULLSYNC)  is a good idea.

Done and done.

haypo> I suppose that we will need to backport the F_FULLSYNC fix too.

It has already been backported, as changeset 618c3e971e80.
History
Date User Action Args
2011-05-07 12:27:40nadeem.vawdasetrecipients: + nadeem.vawda, ixokai, pitrou, vstinner, ned.deily, skrah, neologix, sdaoden, python-dev
2011-05-07 12:27:40nadeem.vawdasetmessageid: <1304771260.1.0.986473975461.issue11277@psf.upfronthosting.co.za>
2011-05-07 12:27:39nadeem.vawdalinkissue11277 messages
2011-05-07 12:27:39nadeem.vawdacreate