Home
last modified time | relevance | path

Searched refs:PyBUF_MAX_NDIM (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Objects/
Dmemoryobject.c670 if (src->ndim > PyBUF_MAX_NDIM) { in mbuf_add_view()
673 Py_STRINGIFY(PyBUF_MAX_NDIM)); in mbuf_add_view()
709 assert(ndim <= PyBUF_MAX_NDIM); in mbuf_add_incomplete_view()
1390 if (ndim > PyBUF_MAX_NDIM) { in memoryview_cast_impl()
1393 Py_STRINGIFY(PyBUF_MAX_NDIM)); in memoryview_cast_impl()
/third_party/python/Include/cpython/
Dobject.h71 #define PyBUF_MAX_NDIM 64 macro
/third_party/python/Doc/c-api/
Dbuffer.rst163 The macro :c:macro:`PyBUF_MAX_NDIM` limits the maximum number of dimensions
165 buffers SHOULD be able to handle up to :c:macro:`PyBUF_MAX_NDIM` dimensions.
/third_party/python/Modules/
D_testbuffer.c40 #define ND_MAX_NDIM (2 * PyBUF_MAX_NDIM)