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 joshtriplett
Recipients jcon, joshtriplett, kristjan.jonsson, loewis, mark.dickinson, ncoghlan, paul.moore, petri.lehtinen, pitrou, pv, python-dev, rupole, skrah, teoliphant, vstinner
Date 2012-04-09.08:15:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333959357.15.0.779031124105.issue10181@psf.upfronthosting.co.za>
In-reply-to
Content
> I currently use Python 2.7, and I'd like to make use of memoryview.  Specifically, I work on BITS (http://biosbits.org/), which runs Python in ring 0 as part of GRUB, and I'd like to use memoryview to give Python access to data in physical memory.  I ran into several of the problems documented here when trying to do so.  I'd really love to see a backport of this fixed version into 2.7.

More specifically, the primary functionality that I'd like to use exists in 3.3 as PyMemoryView_FromMemory.  I've tried to approximate that function using the available API in 2.7, but that led me here.
History
Date User Action Args
2012-04-09 08:15:57joshtriplettsetrecipients: + joshtriplett, loewis, teoliphant, paul.moore, mark.dickinson, ncoghlan, rupole, pitrou, kristjan.jonsson, vstinner, pv, skrah, python-dev, jcon, petri.lehtinen
2012-04-09 08:15:57joshtriplettsetmessageid: <1333959357.15.0.779031124105.issue10181@psf.upfronthosting.co.za>
2012-04-09 08:15:56joshtriplettlinkissue10181 messages
2012-04-09 08:15:56joshtriplettcreate