[Patches] [ python-Patches-749830 ] allow UNIX mmap size to default to current file size

SourceForge.net noreply@sourceforge.net
Thu, 05 Jun 2003 15:02:52 -0700


Patches item #749830, was opened at 2003-06-05 18:02
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=749830&group_id=5470

Category: Modules
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Matthew Boedicker (mboedick)
Assigned to: Nobody/Anonymous (nobody)
Summary: allow UNIX mmap size to default to current file size

Initial Comment:
This patch makes the UNIX mmap behave like the Windows
mmap in that if you pass 0 as the mmap size, the map
size will default to the current length of the file
being mmapped.

This allows avoids a call to os.stat if you want to map
the entire file.  It also makes code using this feature
of the Windows mmap to be portable to UNIX.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=749830&group_id=5470