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 skrah
Recipients JakeMont, jnoller, martin.panter, r.david.murray, sbt, serhiy.storchaka, skrah, zach.ware
Date 2015-10-30.21:01:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446238907.11.0.211386619448.issue25498@psf.upfronthosting.co.za>
In-reply-to
Content
If memoryview B is created from memoryview A, then B must be
registered with the same ManagedBuffer as A, otherwise the
whole scheme breaks down (PyMemoryView_FromObject() performs
this check).


PyMemoryView_FromBuffer() is really a legacy function that
should be only used for creating temporary views within a
function.  As far as I know, it has usually been used that
way from the start (since 3.0).
History
Date User Action Args
2015-10-30 21:01:47skrahsetrecipients: + skrah, jnoller, r.david.murray, sbt, martin.panter, zach.ware, serhiy.storchaka, JakeMont
2015-10-30 21:01:47skrahsetmessageid: <1446238907.11.0.211386619448.issue25498@psf.upfronthosting.co.za>
2015-10-30 21:01:47skrahlinkissue25498 messages
2015-10-30 21:01:46skrahcreate