summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Berg <sebastianb@nvidia.com>2022-11-21 11:58:55 +0100
committerSebastian Berg <sebastianb@nvidia.com>2022-11-21 12:00:09 +0100
commitf1a07411273fa05a09fd6a251adb0ddb4bfb7599 (patch)
tree447364d25ceeb44c4937a1f30d42fb2d8c815d40
parent742545f1336e7cd12cdf656792c44b90b9f0f4b9 (diff)
downloadnumpy-f1a07411273fa05a09fd6a251adb0ddb4bfb7599.tar.gz
DOC: Remove traces of interrupt handling utilities
We do not use these in NumPy anymore, and at this point the whole `npy_interrupt.h` header only exists in case someone is using it out there. We may wish to just remove it at some point, vendoring the header is simple enough after all (and no known downstream usage exists). See also gh-7545, gh-12541
-rw-r--r--doc/source/reference/c-api/config.rst11
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/source/reference/c-api/config.rst b/doc/source/reference/c-api/config.rst
index 87130699b..963a106f8 100644
--- a/doc/source/reference/c-api/config.rst
+++ b/doc/source/reference/c-api/config.rst
@@ -118,14 +118,3 @@ Compiler directives
.. c:macro:: NPY_LIKELY
.. c:macro:: NPY_UNLIKELY
.. c:macro:: NPY_UNUSED
-
-
-Interrupt Handling
-------------------
-
-.. c:macro:: NPY_INTERRUPT_H
-.. c:macro:: NPY_SIGSETJMP
-.. c:macro:: NPY_SIGLONGJMP
-.. c:macro:: NPY_SIGJMP_BUF
-.. c:macro:: NPY_SIGINT_ON
-.. c:macro:: NPY_SIGINT_OFF