| 4530 | |
| 4531 | |
| 4532 | static PyObject * |
| 4533 | _using_numpy2_behavior( |
| 4534 | PyObject *NPY_UNUSED(self), PyObject *NPY_UNUSED(args)) |
| 4535 | { |
| 4536 | return PyBool_FromLong(npy_numpy2_behavior); |
| 4537 | } |
| 4538 | |
| 4539 | |
| 4540 | static struct PyMethodDef array_module_methods[] = { |