Skip to content

Commit

Permalink
Backport numpy#25095.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbronn committed Nov 30, 2023
1 parent cba917f commit b03b0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpy/__init__.cython-30.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cdef extern from *:


cdef extern from "Python.h":
ctypedef Py_ssize_t Py_intptr_t
ctypedef int Py_intptr_t

cdef extern from "numpy/arrayobject.h":
ctypedef Py_intptr_t npy_intp
Expand Down

0 comments on commit b03b0f7

Please sign in to comment.