cloudpipe / cloudpipe/cloudpickle

Fails on memoryviews

Open
#59 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
1.9k
Forks
195
Avg merge
1d 10h
Merged PRs (30d)
1

Description

The current implementation treats `memoryview` objects as strings. This both fails in Python 3 because the `Pickler.save_string` method does not exist (see `Pickler.save_bytes` instead), and because `memoryview`s are significantly more complex than their Python `buffer` cousins.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.