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 foom
Recipients
Date 2004-12-22.19:22:30
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
For some reason, the author of the MMap module didn't see fit to 
expose the "offset" parameter of the mmap syscall to python. It 
would be really nice if it had that. Currently, it's always set to 0.

    m_obj->data = mmap(NULL, map_size,
               prot, flags,
               fd, 0);
History
Date User Action Args
2007-08-23 14:28:38adminlinkissue1089974 messages
2007-08-23 14:28:38admincreate