[NumPy-Tickets] [NumPy] #1481: Move non-function API from ndarrayobject.h into arraytypes.h
NumPy Trac
numpy-tickets@scipy....
Sat May 8 03:08:18 CDT 2010
#1481: Move non-function API from ndarrayobject.h into arraytypes.h
----------------------------+-----------------------------------------------
Reporter: abingham | Owner: somebody
Type: enhancement | Status: new
Priority: normal | Milestone: Unscheduled
Component: numpy.numarray | Version: devel
Keywords: |
----------------------------+-----------------------------------------------
This change moves the parts of ndarrayobject.h that don't depend on the
PY_ARRAY_UNIQUE_SYMBOL and NO_IMPORT into a new header, arraytypes.h. The
intent of this change is to allow users to include the types, enums, etc.
associated with arrays without needing to worry about the macro
definitions.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1481>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list