[Numpy-svn] [numpy/numpy] 88a9b6: BUG: gh-3300, Fix missing return value in test_rat...

GitHub noreply at github.com
Fri May 3 09:26:50 EDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 88a9b6d26a83613b1d65539aabce62722ec4e617
      https://github.com/numpy/numpy/commit/88a9b6d26a83613b1d65539aabce62722ec4e617
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2013-05-03 (Fri, 03 May 2013)

  Changed paths:
    M numpy/core/src/umath/test_rational.c.src

  Log Message:
  -----------
  BUG: gh-3300, Fix missing return value in test_rational.c.src.

Some error returns were returning nothing rather than NULL.

Closes #3300.


  Commit: f817e761bad00895d9fe96fb1514bbf71d9fde57
      https://github.com/numpy/numpy/commit/f817e761bad00895d9fe96fb1514bbf71d9fde57
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2013-05-03 (Fri, 03 May 2013)

  Changed paths:
    M numpy/core/src/umath/test_rational.c.src

  Log Message:
  -----------
  Merge pull request #3301 from charris/fix-test_rational

BUG: gh-3300, Fix missing return value in test_rational.c.src.


Compare: https://github.com/numpy/numpy/compare/086721ce8d76...f817e761bad0


More information about the Numpy-svn mailing list