[Numpy-svn] [numpy/numpy] d73f23: BUG: Fixed wrong return of PyArray_Partition on fa...

GitHub noreply at github.com
Thu Apr 23 19:10:35 EDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: d73f23b092c3b44c279412c4833eb6bd953b713a
      https://github.com/numpy/numpy/commit/d73f23b092c3b44c279412c4833eb6bd953b713a
  Author: Jaime Fernandez <jaime.frio at gmail.com>
  Date:   2015-04-22 (Wed, 22 Apr 2015)

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

  Log Message:
  -----------
  BUG: Fixed wrong return of PyArray_Partition on failure

On failure, PyArray_Partition should return -1, but was returning
NULL in a couple of unlikely cases.


  Commit: 98a9daeed84ea886c7994f2c179b0768356164a0
      https://github.com/numpy/numpy/commit/98a9daeed84ea886c7994f2c179b0768356164a0
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2015-04-23 (Thu, 23 Apr 2015)

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

  Log Message:
  -----------
  Merge pull request #5785 from jaimefrio/compiler_warnings

BUG: Fixed wrong return of PyArray_Partition on failure


Compare: https://github.com/numpy/numpy/compare/9d7beb16041b...98a9daeed84e


More information about the Numpy-svn mailing list