summaryrefslogtreecommitdiff
path: root/numpy/core/function_base.py
diff options
context:
space:
mode:
authorjaimefrio <jaime.frio@gmail.com>2014-06-04 16:22:13 -0700
committerjaimefrio <jaime.frio@gmail.com>2014-06-04 16:22:15 -0700
commita95c8e4ac10a5fa6748a0fb064eaad1d1417e327 (patch)
tree3dc9b065c60e2a2ae34c51aa508f41f3b8b9dcee /numpy/core/function_base.py
parentb3ecb0957997684cd83c141649b8a4ea98b42654 (diff)
downloadnumpy-a95c8e4ac10a5fa6748a0fb064eaad1d1417e327.tar.gz
BUG: Avoid double iterator deallocation in `ufunc_object.c`
In `PyUFunc_GeneralizedFunction`, whenever a call to `NpyIter_GetIterNext` fails, `NpyIter_Deallocate` is called twice, one right after the error check, the second in the `goto fail`. Removed the first one.
Diffstat (limited to 'numpy/core/function_base.py')
0 files changed, 0 insertions, 0 deletions