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 jcea
Recipients FazJaxton, jcea
Date 2014-06-18.02:41:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403059319.57.0.534329490875.issue21797@psf.upfronthosting.co.za>
In-reply-to
Content
Kevin, mmap is not appropriate for your use. Looks like writing your own module would be simple enough. If performance is not a problem, maybe ctypes/cffi pointer magic encapsulate in your own custom class would be enough for you.

I mark this bug as "not a bug" since you are using mmap+python outside of "specs". Feel free to reopen if you don't agree but, please, provide a rationale.
History
Date User Action Args
2014-06-18 02:41:59jceasetrecipients: + jcea, FazJaxton
2014-06-18 02:41:59jceasetmessageid: <1403059319.57.0.534329490875.issue21797@psf.upfronthosting.co.za>
2014-06-18 02:41:59jcealinkissue21797 messages
2014-06-18 02:41:59jceacreate