diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2021-07-22 13:59:58 -0700 |
---|---|---|
committer | Sebastian Berg <sebastian@sipsolutions.net> | 2021-07-22 19:52:52 -0500 |
commit | 971185ebf980d12e0c4a85622a4482783b83fa40 (patch) | |
tree | a500fe4a6601deeac7e36be990a9f39e5455cf6c /doc/source/reference/c-api | |
parent | 23b3eea9a78a216fe6c031cee41b66b4aaf930da (diff) | |
download | numpy-971185ebf980d12e0c4a85622a4482783b83fa40.tar.gz |
MAINT: Use the same pattern for the floating point error check
Co-authored-by: Matti Picus <matti.picus@gmail.com>
Diffstat (limited to 'doc/source/reference/c-api')
-rw-r--r-- | doc/source/reference/c-api/types-and-structures.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/source/reference/c-api/types-and-structures.rst b/doc/source/reference/c-api/types-and-structures.rst index 3af2c7c41..54a1e09e1 100644 --- a/doc/source/reference/c-api/types-and-structures.rst +++ b/doc/source/reference/c-api/types-and-structures.rst @@ -958,10 +958,11 @@ PyUFunc_Type and PyUFuncObject .. c:member:: PyUFunc_LegacyInnerLoopSelectionFunc *legacy_inner_loop_selector - .. deprecated:: + .. deprecated:: 1.22 - Some fallback support for this slot exists, but it should not be - called and will not be used in the future. + Some fallback support for this slot exists, but will be removed + eventually. A univiersal function which relied on this will have + eventually have to be ported. See ref:`NEP 41 <NEP41>` and ref:`NEP 43 <NEP43>` .. c:member:: void *reserved2 |