diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2014-02-22 18:18:23 +0100 |
---|---|---|
committer | Sebastian Berg <sebastian@sipsolutions.net> | 2014-02-22 18:35:01 +0100 |
commit | 6c4e64204df6f336b617ff0447d0ea104cdf1ae6 (patch) | |
tree | 58e7ec6e3c71c85dd5dd5cff857f66232abed407 /numpy/polynomial/polyutils.py | |
parent | e067e6b0cbdc45cb0ad4073b18cb18492810b035 (diff) | |
download | numpy-6c4e64204df6f336b617ff0447d0ea104cdf1ae6.tar.gz |
BUG: Hang on to originally filled Py_Buffer view.
When filling the python buffer view object, python sets
view.shape = &view.len (ndim=1, so this works). If we copy
the view info into our Memoryview object instead of having
it directly filled &view.len points into nirvana.
Closes gh-3175
Diffstat (limited to 'numpy/polynomial/polyutils.py')
0 files changed, 0 insertions, 0 deletions