Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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
Attachments
Issue Links
- blocks
-
ARROW-626 [Python] Enable pyarrow.BufferReader to read from any Python object implementing the buffer/memoryview protocol
- Resolved