Skip to content

Commit 87e1706

Browse files
authored
Merge pull request numpy#24955 from charris/backport-24923
ENH: Add Cython enumeration for NPY_FR_GENERIC
2 parents da4438e + d3876a8 commit 87e1706

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

numpy/__init__.cython-30.pxd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -852,6 +852,7 @@ cdef extern from "numpy/arrayscalars.h":
852852
NPY_FR_ps
853853
NPY_FR_fs
854854
NPY_FR_as
855+
NPY_FR_GENERIC
855856

856857

857858
#

numpy/__init__.pxd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -810,6 +810,7 @@ cdef extern from "numpy/arrayscalars.h":
810810
NPY_FR_ps
811811
NPY_FR_fs
812812
NPY_FR_as
813+
NPY_FR_GENERIC
813814

814815

815816
#

0 commit comments

Comments
 (0)