cloudpipe / cloudpipe/cloudpickle
Fails on memoryviews
Open
- 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.