mirror of
https://github.com/python/cpython.git
synced 2025-11-11 14:44:57 +00:00
#12072: merge with 3.2.
This commit is contained in:
commit
e724665182
1 changed files with 1 additions and 1 deletions
|
|
@ -314,7 +314,7 @@ Buffer-related functions
|
||||||
.. c:function:: void PyBuffer_FillContiguousStrides(int ndim, Py_ssize_t *shape, Py_ssize_t *strides, Py_ssize_t itemsize, char fortran)
|
.. c:function:: void PyBuffer_FillContiguousStrides(int ndim, Py_ssize_t *shape, Py_ssize_t *strides, Py_ssize_t itemsize, char fortran)
|
||||||
|
|
||||||
Fill the *strides* array with byte-strides of a contiguous (C-style if
|
Fill the *strides* array with byte-strides of a contiguous (C-style if
|
||||||
*fortran* is ``'C'`` or Fortran-style if *fortran* is ``'F'`` array of the
|
*fortran* is ``'C'`` or Fortran-style if *fortran* is ``'F'``) array of the
|
||||||
given shape with the given number of bytes per element.
|
given shape with the given number of bytes per element.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue