[Numpy-svn] [numpy/numpy] 578ce4: BUG: fix some memory leaks found by cpychecker

GitHub noreply at github.com
Thu Jun 26 08:27:11 EDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 578ce4662e74e5e8fe1fb6c87006cfbf7c8c8517
      https://github.com/numpy/numpy/commit/578ce4662e74e5e8fe1fb6c87006cfbf7c8c8517
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2014-06-26 (Thu, 26 Jun 2014)

  Changed paths:
    M numpy/core/src/private/ufunc_override.h
    M numpy/core/src/umath/loops.c.src
    M numpy/core/src/umath/umathmodule.c

  Log Message:
  -----------
  BUG: fix some memory leaks found by cpychecker

only the one in normalize___call___args can be can be a real issue.


  Commit: 92fbc04cee0c1024bc76b95a3a33e5a54c9a1fb9
      https://github.com/numpy/numpy/commit/92fbc04cee0c1024bc76b95a3a33e5a54c9a1fb9
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2014-06-26 (Thu, 26 Jun 2014)

  Changed paths:
    M numpy/core/code_generators/generate_numpy_api.py

  Log Message:
  -----------
  MAINT: enable external api use when running cpychecker

allows using the annotations in umath module


  Commit: 2421f2d924ce911992bee1a8455543f9bc3e8d4d
      https://github.com/numpy/numpy/commit/2421f2d924ce911992bee1a8455543f9bc3e8d4d
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2014-06-26 (Thu, 26 Jun 2014)

  Changed paths:
    M numpy/core/code_generators/cversions.txt
    M numpy/core/code_generators/genapi.py

  Log Message:
  -----------
  BLD: fix random API hash due to memory references of annotations

also update hash for the new include guard of the api header.


  Commit: 2aafae5158a9b32a49abe59910087a64d1849f00
      https://github.com/numpy/numpy/commit/2aafae5158a9b32a49abe59910087a64d1849f00
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-06-26 (Thu, 26 Jun 2014)

  Changed paths:
    M numpy/core/code_generators/cversions.txt
    M numpy/core/code_generators/genapi.py
    M numpy/core/code_generators/generate_numpy_api.py
    M numpy/core/src/private/ufunc_override.h
    M numpy/core/src/umath/loops.c.src
    M numpy/core/src/umath/umathmodule.c

  Log Message:
  -----------
  Merge pull request #4826 from juliantaylor/umath-static-fixes

umath static analysis fixes


Compare: https://github.com/numpy/numpy/compare/7f0f6c85f44e...2aafae5158a9


More information about the Numpy-svn mailing list