diff options
author | Julian Taylor <jtaylor.debian@googlemail.com> | 2014-01-31 21:25:49 +0100 |
---|---|---|
committer | Julian Taylor <jtaylor.debian@googlemail.com> | 2014-01-31 21:29:48 +0100 |
commit | e9ebefec819ec3c193d4763d9f995c053fee58a3 (patch) | |
tree | 94e0399cf2755ac00c83b0847423c6fdcc2cb0a8 /numpy/polynomial/polyutils.py | |
parent | ad5bded8658c41161106a1ed51e3889bc1cf6b6b (diff) | |
download | numpy-e9ebefec819ec3c193d4763d9f995c053fee58a3.tar.gz |
BUG: fix scalar type memory leak
have an explicit tp_free that is different from PyObject_Free which is also the
tp_free of PyBaseObject so python does not COPYSLOT it, instead it takes the
next parent PyInt which has a different allocator.
Also added it for arrays just in case, currently not required as they don't
don't inherit from a python type.
Diffstat (limited to 'numpy/polynomial/polyutils.py')
0 files changed, 0 insertions, 0 deletions