[Numpy-svn] [numpy/numpy] 8e9486: BUG: iter: writeonly operands weren't always being...

noreply at github.com noreply at github.com
Wed Jul 6 16:32:43 EDT 2011


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy

  Commit: 8e94868e0e4bd2e559ab99ac8c37e1805dd9db4c
      https://github.com/numpy/numpy/commit/8e94868e0e4bd2e559ab99ac8c37e1805dd9db4c
  Author: Mark Wiebe <mwiebe at enthought.com>
  Date:   2011-07-06 (Wed, 06 Jul 2011)

  Changed paths:
    M numpy/core/src/multiarray/nditer.c.src
  M numpy/core/tests/test_ufunc.py

  Log Message:
  -----------
  BUG: iter: writeonly operands weren't always being buffered correctly (Ticket #1895/1896)

This interacted with the NPY_ITER_GROWINNER flag which would incorrectly
grow the length because it thought nothing was being buffered.





More information about the Numpy-svn mailing list