[Numpy-svn] [numpy/numpy] e067e6: BUG: Whitespace stripping in pep3118 format parser...
GitHub
noreply at github.com
Sat Feb 22 14:39:43 EST 2014
Branch: refs/heads/master
Home: https://github.com/numpy/numpy
Commit: e067e6b0cbdc45cb0ad4073b18cb18492810b035
https://github.com/numpy/numpy/commit/e067e6b0cbdc45cb0ad4073b18cb18492810b035
Author: Sebastian Berg <sebastian at sipsolutions.net>
Date: 2014-02-22 (Sat, 22 Feb 2014)
Changed paths:
M numpy/core/src/multiarray/buffer.c
Log Message:
-----------
BUG: Whitespace stripping in pep3118 format parser and early free
Closes gh-3348
Commit: 6c4e64204df6f336b617ff0447d0ea104cdf1ae6
https://github.com/numpy/numpy/commit/6c4e64204df6f336b617ff0447d0ea104cdf1ae6
Author: Sebastian Berg <sebastian at sipsolutions.net>
Date: 2014-02-22 (Sat, 22 Feb 2014)
Changed paths:
M numpy/core/src/multiarray/numpymemoryview.c
Log Message:
-----------
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
Commit: 826d13702dd28cff729595e37658611f4719067b
https://github.com/numpy/numpy/commit/826d13702dd28cff729595e37658611f4719067b
Author: Charles Harris <charlesr.harris at gmail.com>
Date: 2014-02-22 (Sat, 22 Feb 2014)
Changed paths:
M numpy/core/src/multiarray/buffer.c
M numpy/core/src/multiarray/numpymemoryview.c
Log Message:
-----------
Merge pull request #4350 from seberg/buffer-fixes
Buffer fixes
Compare: https://github.com/numpy/numpy/compare/d2fd1af156ac...826d13702dd2
More information about the Numpy-svn
mailing list