aboutsummaryrefslogtreecommitdiff
path: root/tests/basics/memoryview_gc.py
AgeCommit message (Collapse)Author
2014-10-26py: Fix memoryview referencing so it retains ptr to original buffer.Damien George
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.