diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2021-07-22 11:38:13 -0500 |
---|---|---|
committer | Sebastian Berg <sebastian@sipsolutions.net> | 2021-07-22 19:52:52 -0500 |
commit | d64ea533e075e4774f2b81dba39accfe85b09b6b (patch) | |
tree | 795ff3a9b4063473ac15038aa38fdc77e5ef3463 /doc/source/reference/c-api | |
parent | 0efb7af66c8993fe6fe5c29c7a1eea03b253decb (diff) | |
download | numpy-d64ea533e075e4774f2b81dba39accfe85b09b6b.tar.gz |
DOC: use deprecated rather than note and delete old docstring
Diffstat (limited to 'doc/source/reference/c-api')
-rw-r--r-- | doc/source/reference/c-api/types-and-structures.rst | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/doc/source/reference/c-api/types-and-structures.rst b/doc/source/reference/c-api/types-and-structures.rst index 43d1eccb7..3af2c7c41 100644 --- a/doc/source/reference/c-api/types-and-structures.rst +++ b/doc/source/reference/c-api/types-and-structures.rst @@ -958,16 +958,12 @@ PyUFunc_Type and PyUFuncObject .. c:member:: PyUFunc_LegacyInnerLoopSelectionFunc *legacy_inner_loop_selector - .. note:: + .. deprecated:: Some fallback support for this slot exists, but it should not be - called and not be used in the future. + called and will not be used in the future. See ref:`NEP 41 <NEP41>` and ref:`NEP 43 <NEP43>` - A function which returns an inner loop. The ``legacy`` in the name arises - because for NumPy 1.6 a better variant had been planned. This variant - has not yet come about. - .. c:member:: void *reserved2 For a possible future loop selector with a different signature. |