Commit 0f7251da authored by jakirkham's avatar jakirkham Committed by GitHub

Define extern `PyBUF_MAX_NDIM` (GH-3811)

Ensure that Cython exposes `PyBUF_MAX_NDIM` from Python as part of
`cpython.buffer` to allow access to developers.
parent ae10e971
......@@ -2,6 +2,9 @@
cdef extern from "Python.h":
cdef enum:
PyBUF_MAX_NDIM
cdef enum:
PyBUF_SIMPLE,
PyBUF_WRITABLE,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment