[NumPy-Tickets] [NumPy] #1481: Move non-function API from ndarrayobject.h into arraytypes.h
NumPy Trac
numpy-tickets@scipy....
Sun May 9 04:05:26 CDT 2010
#1481: Move non-function API from ndarrayobject.h into arraytypes.h
-----------------------------+----------------------------------------------
Reporter: abingham | Owner: somebody
Type: enhancement | Status: closed
Priority: normal | Milestone: Unscheduled
Component: numpy.numarray | Version: devel
Resolution: fixed | Keywords:
-----------------------------+----------------------------------------------
Comment(by abingham):
''Release note'': ndarraytypes.h now contains the symbols from
ndarrayobject.h that no not depend on the PY_ARRAY_UNIQUE_SYMBOL and
NO_IMPORT/_ARRAY macros. Broadly, these symbols are types, typedefs, and
enumerations; the array function calls are left in ndarrayobject.h. This
allows users to include array-related types and enumerations without
needing to concern themselves with the macro expansions and their side-
effects.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1481#comment:4>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list