summaryrefslogtreecommitdiff
path: root/numpy/array_api/_array_object.py
diff options
context:
space:
mode:
authorSebastian Berg <sebastian@sipsolutions.net>2020-01-24 09:58:46 -0800
committerSebastian Berg <sebastian@sipsolutions.net>2020-01-31 20:49:25 -0800
commit9ea0b47d8b0cfdec685bdeb02ab30aa282221df7 (patch)
treee50e8556901bf876608bcee001d1598d62634fdc /numpy/array_api/_array_object.py
parentcab3faf7d6701c17741471426438ae6ce7d7dc18 (diff)
downloadnumpy-9ea0b47d8b0cfdec685bdeb02ab30aa282221df7.tar.gz
DEP: Deprecate PyUFunc_GenericFunction public C-API function
This function provides mainly the same API as PyObject_Call() with the exception of skipping ufunc overrides and output array wraps. It is fairly unwieldy to use, since ownership of all inputs and outputs is transferred, but otherwise it still uses args and kwargs as inputs. As such, no known usage exists and PyObject_Call seems a reasonable replacement for possible usage. Keeping it around means that we would may have to add tests or risk breaking this function when ufunc code is refactored.
Diffstat (limited to 'numpy/array_api/_array_object.py')
0 files changed, 0 insertions, 0 deletions