[Patches] [ python-Patches-708374 ] add offset to mmap
SourceForge.net
noreply@sourceforge.net
Sat, 29 Mar 2003 13:28:48 -0800
Patches item #708374, was opened at 2003-03-23 09:33
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=708374&group_id=5470
Category: Modules
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Neal Norwitz (nnorwitz)
Assigned to: Nobody/Anonymous (nobody)
Summary: add offset to mmap
Initial Comment:
This patch is from Yotam Medini <yotamm at
mellanox.co.il> sent to me in mail.
It adds support for the offset parameter to mmap.
It ignores the check for mmap size "if the file is
character device. Some device drivers (which I happen
to use) have zero size in fstat buffer, but still one
can seek() read() and tell()."
I added minimal doc and tests.
----------------------------------------------------------------------
>Comment By: Neal Norwitz (nnorwitz)
Date: 2003-03-29 16:28
Message:
Logged In: YES
user_id=33168
Sounds fair. Attached is an updated patch which includes
windows support (I think). I cannot test on Windows.
Tested on Linux. Includes updates for doc, src, and test.
----------------------------------------------------------------------
Comment By: Martin v. Löwis (loewis)
Date: 2003-03-27 19:12
Message:
Logged In: YES
user_id=21627
I think non-zero offsets need to be supported for Windows as
well.
----------------------------------------------------------------------
Comment By: Neal Norwitz (nnorwitz)
Date: 2003-03-23 10:37
Message:
Logged In: YES
user_id=33168
Email received from Yotam:
I have downloaded and patched the 2.3a source. compiled
locally just this module, and it worked fine for my
application (with offset for character device file) I did
not run the released test though.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=708374&group_id=5470