diff options
author | Ronan Lamy <ronan.lamy@gmail.com> | 2021-10-22 19:58:24 +0100 |
---|---|---|
committer | Ronan Lamy <ronan.lamy@gmail.com> | 2021-10-22 19:58:24 +0100 |
commit | aa232f68943ef23be298e2be824e97ad7e174ed4 (patch) | |
tree | 523950fe4badb26b9a8733e12a24d18f75835aa4 /numpy/array_api/_creation_functions.py | |
parent | 53d2a831668a58aa069e3bd891dd9d342dd058b3 (diff) | |
download | numpy-aa232f68943ef23be298e2be824e97ad7e174ed4.tar.gz |
MAINT: Remove useless custom tp_alloc and tp_free on ndarray
array_alloc is equivalent to the default object allocator
PyType_GenericAlloc. array_free was added "just in case" in e9ebefec but
doesn't seem to serve any actual purpose.
Diffstat (limited to 'numpy/array_api/_creation_functions.py')
0 files changed, 0 insertions, 0 deletions