diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2023-03-31 20:59:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-31 20:59:07 -0400 |
commit | f18a2baee84a906d2a6b61d987543cdff7ea98fd (patch) | |
tree | e62747d86ad636b0eb98ee2b6676e2755f4f63a2 /numpy/core/src | |
parent | 7131db4b4b98f9251cf5932fd052d8cdffddeff2 (diff) | |
parent | b45b8b2b4a6a4a1342add463fd586254753a0989 (diff) | |
download | numpy-f18a2baee84a906d2a6b61d987543cdff7ea98fd.tar.gz |
Merge pull request #23504 from seberg/decref-del
DOC: Remove doc for non-existing `PyArray_XDECREF_ERR`
Diffstat (limited to 'numpy/core/src')
-rw-r--r-- | numpy/core/src/multiarray/ctors.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/core/src/multiarray/ctors.c b/numpy/core/src/multiarray/ctors.c index 84d6e80af..a6335c783 100644 --- a/numpy/core/src/multiarray/ctors.c +++ b/numpy/core/src/multiarray/ctors.c @@ -1919,7 +1919,6 @@ PyArray_FromAny_int(PyObject *op, PyArray_Descr *in_descr, * NPY_ARRAY_FORCECAST will cause a cast to occur regardless of whether or not * it is safe. * - * context is passed through to PyArray_GetArrayParamsFromObject */ /*NUMPY_API |