From f1a07411273fa05a09fd6a251adb0ddb4bfb7599 Mon Sep 17 00:00:00 2001 From: Sebastian Berg Date: Mon, 21 Nov 2022 11:58:55 +0100 Subject: [PATCH] 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 --- doc/source/reference/c-api/config.rst | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/doc/source/reference/c-api/config.rst b/doc/source/reference/c-api/config.rst index 87130699bbf8..963a106f8a76 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