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 chrisl
Recipients chrisl
Date 2008-09-03.20:55:15
SpamBayes Score 4.0093524e-05
Marked as misclassified No
Message-id <1220475316.49.0.690011061298.issue3765@psf.upfronthosting.co.za>
In-reply-to
Content
The os.mmap function does not take file offset as
requirement. As a result, if python want to mmap
a piece of the file data at the very end of the
file, it needs to mmap the every thing before that.

Without offset argument, it is hard to work with
large files.

I make a patch to add the offset arguments to mmap
function call a while back. I wish it get included
in the future version of python.

http://mail.python.org/pipermail/python-list/2005-May/324213.html


Thanks
History
Date User Action Args
2008-09-03 20:55:16chrislsetrecipients: + chrisl
2008-09-03 20:55:16chrislsetmessageid: <1220475316.49.0.690011061298.issue3765@psf.upfronthosting.co.za>
2008-09-03 20:55:15chrisllinkissue3765 messages
2008-09-03 20:55:15chrislcreate