diff options
author | Pauli Virtanen <pav@iki.fi> | 2011-04-02 22:56:41 +0200 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2011-04-02 23:40:58 +0200 |
commit | 7b39b9e5ef6d21a199ec95a27ed19b8b1a34bce1 (patch) | |
tree | 26f18b75d880bebb9895e9deb8b6bda4c97c0160 /benchmarks/casting.py | |
parent | 4a43e7449e6251a62338f3b09dc65b568cc2674e (diff) | |
download | numpy-7b39b9e5ef6d21a199ec95a27ed19b8b1a34bce1.tar.gz |
BUG: core/pickle: use only non-interned strings as buffer in unpickled arrays (#1708)
Using strings as mutable buffers is "evil" (since strings are
immutable), but it should "work" for non-interned strings. On Python 3,
bytes are never interned, and so should also work.
Diffstat (limited to 'benchmarks/casting.py')
0 files changed, 0 insertions, 0 deletions