summaryrefslogtreecommitdiff
path: root/numpy/lib/arraysetops.py
diff options
context:
space:
mode:
authorMichael Droettboom <mdboom@gmail.com>2011-05-02 10:27:04 -0400
committerMark Wiebe <mwwiebe@gmail.com>2011-05-02 11:43:56 -0700
commitded703d47944a95c370eb1ecf518034162a89394 (patch)
tree0ebf149486f0b588f64a0e464aaef90af150b534 /numpy/lib/arraysetops.py
parent26c957b0d7040e8a74ceb8d597de40f55d521aa8 (diff)
downloadnumpy-ded703d47944a95c370eb1ecf518034162a89394.tar.gz
BUG: Fix a bug where memory was being read after being freed.
On my system (Python 2.7, RHEL5), the call to func.__name__ returns a temporary Python string object with only a single reference. Dereferencing it before copying out its contents results in reading freed memory.
Diffstat (limited to 'numpy/lib/arraysetops.py')
0 files changed, 0 insertions, 0 deletions