Message253756
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). |
|
Date |
User |
Action |
Args |
2015-10-30 21:01:47 | skrah | set | recipients:
+ skrah, jnoller, r.david.murray, sbt, martin.panter, zach.ware, serhiy.storchaka, JakeMont |
2015-10-30 21:01:47 | skrah | set | messageid: <1446238907.11.0.211386619448.issue25498@psf.upfronthosting.co.za> |
2015-10-30 21:01:47 | skrah | link | issue25498 messages |
2015-10-30 21:01:46 | skrah | create | |
|