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 nnorwitz
Recipients
Date 2003-03-23.14:33:45
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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.
History
Date User Action Args
2007-08-23 15:21:30adminlinkissue708374 messages
2007-08-23 15:21:30admincreate