[Numpy-svn] [numpy/numpy] 2cc197: BUG: Fix memleak in _convert_from_dict

GitHub noreply at github.com
Fri Nov 6 14:52:08 EST 2015


  Branch: refs/heads/maintenance/1.10.x
  Home:   https://github.com/numpy/numpy
  Commit: 2cc1975aee3e3b55bb71b4ad29a5132a25350b40
      https://github.com/numpy/numpy/commit/2cc1975aee3e3b55bb71b4ad29a5132a25350b40
  Author: Allan Haldane <allan.haldane at gmail.com>
  Date:   2015-11-06 (Fri, 06 Nov 2015)

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

  Log Message:
  -----------
  BUG: Fix memleak in _convert_from_dict

Fixes a memleak introduced in #5920, where PyDict_GetItemString
was replaced by PyMapping_GetItemString which returns a new ref.

Fixes #6636


  Commit: f24e6b7229d468f1b53c6728247293e26397cf8b
      https://github.com/numpy/numpy/commit/f24e6b7229d468f1b53c6728247293e26397cf8b
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2015-11-06 (Fri, 06 Nov 2015)

  Changed paths:
    M doc/release/1.10.2-notes.rst

  Log Message:
  -----------
  DOC: Update 1.10.2 release notes for #6642.


  Commit: f6f2c5e5f1e2f9ba76bdecca9c49423e15192d86
      https://github.com/numpy/numpy/commit/f6f2c5e5f1e2f9ba76bdecca9c49423e15192d86
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2015-11-06 (Fri, 06 Nov 2015)

  Changed paths:
    M doc/release/1.10.2-notes.rst
    M numpy/core/src/multiarray/descriptor.c

  Log Message:
  -----------
  Merge pull request #6645 from charris/backport-6642

Backport 6642


Compare: https://github.com/numpy/numpy/compare/31d780dcbac5...f6f2c5e5f1e2


More information about the Numpy-svn mailing list