[Numpy-svn] [numpy/numpy] 825efd: BUG: array_divmod did not check for Py_NotImplemen...

noreply at github.com noreply at github.com
Wed Dec 28 22:33:27 EST 2011


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

  Commit: 825efdbd24ef396ce7c622180a50525df5c99c35
      https://github.com/numpy/numpy/commit/825efdbd24ef396ce7c622180a50525df5c99c35
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2011-12-28 (Wed, 28 Dec 2011)

  Changed paths:
    M numpy/core/src/multiarray/number.c

  Log Message:
  -----------
  BUG: array_divmod did not check for Py_NotImplemented.

The consequence of this bug was the __rdivmod__ wasn't called for user
classes that defined __array_priority__.





More information about the Numpy-svn mailing list