py: Fix memoryview referencing so it retains ptr to original buffer.
This way, if original parent object is GC'd, the memoryview still points to the underlying buffer data so that buffer is not GC'd.
Please register or sign in to comment
This way, if original parent object is GC'd, the memoryview still points to the underlying buffer data so that buffer is not GC'd.