summaryrefslogtreecommitdiff
path: root/scipy/base/src/arrayobject.c
diff options
context:
space:
mode:
Diffstat (limited to 'scipy/base/src/arrayobject.c')
-rw-r--r--scipy/base/src/arrayobject.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/scipy/base/src/arrayobject.c b/scipy/base/src/arrayobject.c
index 1853505d9..c4aefb375 100644
--- a/scipy/base/src/arrayobject.c
+++ b/scipy/base/src/arrayobject.c
@@ -7944,6 +7944,7 @@ static PyMemberDef arraydescr_members[] = {
{"dtypekind", T_CHAR, offsetof(PyArray_Descr, kind), RO, NULL},
{"dtypechar", T_CHAR, offsetof(PyArray_Descr, type), RO, NULL},
{"dtypenum", T_INT, offsetof(PyArray_Descr, type_num), RO, NULL},
+ {"byteorder", T_CHAR, offsetof(PyArray_Descr, byteorder), RO, NULL},
{"itemsize", T_INT, offsetof(PyArray_Descr, elsize), RO, NULL},
{"alignment", T_INT, offsetof(PyArray_Descr, alignment), RO, NULL},
{"fields", T_OBJECT, offsetof(PyArray_Descr, fields), RO, NULL},