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 sdaoden
Recipients ixokai, nadeem.vawda, ned.deily, neologix, pitrou, python-dev, sdaoden, skrah, vstinner
Date 2011-05-07.11:57:49
SpamBayes Score 3.3503593e-07
Marked as misclassified No
Message-id <20110507115741.GA13744@sherwood.local>
In-reply-to <1304721629.88.0.0214628335849.issue11277@psf.upfronthosting.co.za>
Content
@Nadeem: note that the committed versions of the tests would not
show up the Mac OS X mmap() bug AFAIK, because there is an
intermediate .close() of the file to be mmapped.  The OS X bug is
that the VMS/VFS interaction fails to provide a valid memory
region for <<pages which are not yet physically present on disc>>
- i.e. there is no true sparse file support as on Linux, which
simply uses references to a single COW zero page.
(I've not tried it out for real yet, but i'm foolish like a prowd
cock, so i've looked at the changeset :)
History
Date User Action Args
2011-05-07 11:57:50sdaodensetrecipients: + sdaoden, ixokai, pitrou, vstinner, nadeem.vawda, ned.deily, skrah, neologix, python-dev
2011-05-07 11:57:49sdaodenlinkissue11277 messages
2011-05-07 11:57:49sdaodencreate