diff options
author | Sergei Lebedev <slebedev@google.com> | 2019-08-07 11:07:15 +0100 |
---|---|---|
committer | Sebastian Berg <sebastian@sipsolutions.net> | 2019-08-19 11:03:59 -0500 |
commit | 4ada0641ed1a50a2473f8061f4808b4b0d68eff5 (patch) | |
tree | 1a09d526baa152b6766b0252cbf2d7e5d1cdda00 /numpy/core/numeric.py | |
parent | e2b5f60e6881a57f53bb6051b4555917d1e05fa7 (diff) | |
download | numpy-4ada0641ed1a50a2473f8061f4808b4b0d68eff5.tar.gz |
BUG: Fix leak in the f2py-generated module init and `PyMem_Del` usage
Using `PyMem_Del` is incorrect, it should be `PyObject_Del` here, while
this worked most of the time, it would lead to crashes at least on python
2.5 (after the reference counts were fixed)
Diffstat (limited to 'numpy/core/numeric.py')
0 files changed, 0 insertions, 0 deletions