diff options
author | jaimefrio <jaime.frio@gmail.com> | 2014-06-04 16:22:13 -0700 |
---|---|---|
committer | jaimefrio <jaime.frio@gmail.com> | 2014-06-04 16:22:15 -0700 |
commit | a95c8e4ac10a5fa6748a0fb064eaad1d1417e327 (patch) | |
tree | 3dc9b065c60e2a2ae34c51aa508f41f3b8b9dcee /numpy/core/function_base.py | |
parent | b3ecb0957997684cd83c141649b8a4ea98b42654 (diff) | |
download | numpy-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