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

GitHub noreply at github.com
Mon Feb 23 14:33:07 EST 2015


  Branch: refs/heads/maintenance/1.9.x
  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: 1f72899ac674c9e44c1be2948ad5b2eef008a32f
      https://github.com/numpy/numpy/commit/1f72899ac674c9e44c1be2948ad5b2eef008a32f
  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/c04513ca87f3...1f72899ac674


More information about the Numpy-svn mailing list