From f16f01aa669756400dccf5b12ffc75faf2387638 Mon Sep 17 00:00:00 2001 From: takanori-pskq Date: Mon, 5 Oct 2020 10:10:27 +0900 Subject: Fix: Add the entry for `NPY_ARR_HAS_DESCR` --- doc/source/reference/arrays.interface.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/source') diff --git a/doc/source/reference/arrays.interface.rst b/doc/source/reference/arrays.interface.rst index 6d12cf999..49772a298 100644 --- a/doc/source/reference/arrays.interface.rst +++ b/doc/source/reference/arrays.interface.rst @@ -238,6 +238,8 @@ interpreted. The data-bits are :c:macro:`NPY_ARRAY_C_CONTIGUOUS` (0x1), has the arrdescr field. The field should not be accessed unless this flag is present. + .. c:macro:: NPY_ARR_HAS_DESCR + .. admonition:: New since June 16, 2006: In the past most implementations used the ``desc`` member of the ``PyCObject`` -- cgit v1.2.1