[Numpy-discussion] C-api to slicing?

Robert Kern robert.kern at gmail.com
Tue Feb 5 15:31:22 EST 2008


Neal Becker wrote:
> Is there a C-api to array slicing?

PyObject_GetItem(), PySlice_New(), and friends, for the most part.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
  that is made terrible by our own mad attempt to interpret it as though it had
  an underlying truth."
   -- Umberto Eco



More information about the NumPy-Discussion mailing list