[Numpy-discussion] Fixing PyArray_Descr flags member size, ABI vs pickling issue

Robert Kern robert.kern at gmail.com
Tue Mar 6 13:44:40 EST 2012


On Tue, Mar 6, 2012 at 18:25, Travis Oliphant <travis at continuum.io> wrote:
> Why do we want to return a single string char instead of an int?

I suspect just to ensure that any provided value fits in the range
0..255. But that's easily done explicitly.

-- 
Robert Kern



More information about the NumPy-Discussion mailing list