NUMPY_API */
| 4298 | /*NUMPY_API |
| 4299 | */ |
| 4300 | NPY_NO_EXPORT void* |
| 4301 | _PyArray_GetSigintBuf(void) |
| 4302 | { |
| 4303 | sigint_buf_init = 1; |
| 4304 | return (void *)&_NPY_SIGINT_BUF; |
| 4305 | } |
| 4306 | |
| 4307 | #else |
| 4308 |
nothing calls this directly
no outgoing calls
no test coverage detected