We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7213fcc commit 0dc4e15Copy full SHA for 0dc4e15
Doc/c-api/buffer.rst
@@ -198,6 +198,9 @@ a buffer, see :c:func:`PyObject_GetBuffer`.
198
indicates that no de-referencing should occur (striding in a contiguous
199
memory block).
200
201
+ If all suboffsets are negative (i.e. no de-referencing is needed, then
202
+ this field must be NULL (the default value).
203
+
204
This type of array representation is used by the Python Imaging Library
205
(PIL). See `complex arrays`_ for further information how to access elements
206
of such an array.
0 commit comments