diff options
author | Allan Haldane <allan.haldane@gmail.com> | 2015-11-06 12:04:15 -0500 |
---|---|---|
committer | Allan Haldane <allan.haldane@gmail.com> | 2015-11-06 13:33:59 -0500 |
commit | 81e50a3416061726ccdef6033652a282ac4f01c4 (patch) | |
tree | 81f6cd973d3d2662fcb5d93a8c2687ef301b9d6a /numpy/lib/arraysetops.py | |
parent | cdef8d3e408899f7e0cc1037d358ece8d9cc3324 (diff) | |
download | numpy-81e50a3416061726ccdef6033652a282ac4f01c4.tar.gz |
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
Diffstat (limited to 'numpy/lib/arraysetops.py')
0 files changed, 0 insertions, 0 deletions