You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2017/03/03 15:14:45 UTC

[jira] [Created] (ARROW-598) [Python] Add support for converting pyarrow.Buffer to a memoryview with zero copy

Wes McKinney created ARROW-598:
----------------------------------

             Summary: [Python] Add support for converting pyarrow.Buffer to a memoryview with zero copy
                 Key: ARROW-598
                 URL: https://issues.apache.org/jira/browse/ARROW-598
             Project: Apache Arrow
          Issue Type: New Feature
          Components: Python
            Reporter: Wes McKinney
             Fix For: 0.3.0


From reading the Python 3 C API this should be possible https://docs.python.org/3/c-api/memoryview.html -- the memoryview will need to retain a reference to the Buffer so that memory is not prematurely garbage-collected



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)