Author georg.brandl
Recipients
Date 2005-02-19.22:47:17
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
see patch #749830:

"""
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.
"""

This new patch applies cleanly on current CVS HEAD.
History
Date User Action Args
2007-08-23 15:41:55adminlinkissue1144555 messages
2007-08-23 15:41:55admincreate