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 pitrou
Recipients amaury.forgeotdarc, jcea, pitrou, sbt, skrah, vstinner
Date 2012-09-18.20:56:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348001804.11.0.218748560185.issue15903@psf.upfronthosting.co.za>
In-reply-to
Content
> So I think the combination of PyMemoryView_FromObject() with a call to
> PyMemoryView_Release() should indeed work here.

I don't think we want to expose a mutable bytes object to outside code, so IMO PyMemoryView_FromMemory() is preferrable.
History
Date User Action Args
2012-09-18 20:56:44pitrousetrecipients: + pitrou, jcea, amaury.forgeotdarc, vstinner, skrah, sbt
2012-09-18 20:56:44pitrousetmessageid: <1348001804.11.0.218748560185.issue15903@psf.upfronthosting.co.za>
2012-09-18 20:56:43pitroulinkissue15903 messages
2012-09-18 20:56:43pitroucreate