#ifndef NUMPY_CORE_SRC_COMMON_GIL_UTILS_H_ #define NUMPY_CORE_SRC_COMMON_GIL_UTILS_H_ #ifdef __cplusplus extern "C" { #endif NPY_NO_EXPORT void npy_gil_error(PyObject *type, const char *format, ...); NPY_NO_EXPORT int npy_gil_warning(PyObject *category, int stacklevel, const char *message); #ifdef __cplusplus } #endif #endif /* NUMPY_CORE_SRC_COMMON_GIL_UTILS_H_ */