Commit fb88a35e authored by jakirkham's avatar jakirkham Committed by Stefan Behnel

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 c58f339d
......@@ -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