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/14 14:59:41 UTC

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

     [ https://issues.apache.org/jira/browse/ARROW-598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wes McKinney resolved ARROW-598.
--------------------------------
    Resolution: Fixed

Issue resolved by pull request 369
[https://github.com/apache/arrow/pull/369]

> [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
>            Assignee: Jeff Knupp
>             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)