[Numpy-svn] [numpy/numpy] 50afb0: BUG: Fix a reference leak in ufunc type resolution...

GitHub noreply at github.com
Mon Feb 23 14:32:55 EST 2015


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 50afb0fb67b4b9d1bffa3baf4b87332040c54a70
      https://github.com/numpy/numpy/commit/50afb0fb67b4b9d1bffa3baf4b87332040c54a70
  Author: Antoine Pitrou <antoine at python.org>
  Date:   2015-02-23 (Mon, 23 Feb 2015)

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

  Log Message:
  -----------
  BUG: Fix a reference leak in ufunc type resolution.

ensure_dtype_nbo() already creates a new reference.


  Commit: 8c0a50c5b1b331738a8bfb6a94ccc588851d1a0c
      https://github.com/numpy/numpy/commit/8c0a50c5b1b331738a8bfb6a94ccc588851d1a0c
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2015-02-23 (Mon, 23 Feb 2015)

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

  Log Message:
  -----------
  Merge pull request #5599 from pitrou/refleak_ufunc2

BUG: Fix a reference leak in ufunc type resolution.


Compare: https://github.com/numpy/numpy/compare/8b44a5522628...8c0a50c5b1b3


More information about the Numpy-svn mailing list