| 38 | } |
| 39 | |
| 40 | static inline void |
| 41 | npy_free_cache_dim_array(PyArrayObject * arr) |
| 42 | { |
| 43 | npy_free_cache_dim(PyArray_DIMS(arr), PyArray_NDIM(arr)); |
| 44 | } |
| 45 | |
| 46 | extern PyDataMem_Handler default_handler; |
| 47 | extern PyObject *current_handler; /* PyContextVar/PyCapsule */ |
no test coverage detected