diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2017-11-23 00:10:17 +0100 |
---|---|---|
committer | Sebastian Berg <sebastian@sipsolutions.net> | 2017-11-26 20:17:02 +0100 |
commit | 4e19f408de900f958441af4ec8a458f5ce6473eb (patch) | |
tree | 2ddc935943a3810833398feec52e0ca0ec3b3323 /numpy/testing/nose_tools/utils.py | |
parent | b6044d88cab21d7ebe274bcd79bc430a57c520e6 (diff) | |
download | numpy-4e19f408de900f958441af4ec8a458f5ce6473eb.tar.gz |
BUG: Fix memory leak for subclass slicing
A slice object was created if __getslice__/__setslice__ was used
by an inherited subclass (through python or directly) but not
decref'd.
Closes gh-10066
Diffstat (limited to 'numpy/testing/nose_tools/utils.py')
0 files changed, 0 insertions, 0 deletions