On Tue, Mar 6, 2012 at 1:44 PM, Robert Kern <[email protected]> wrote:
> On Tue, Mar 6, 2012 at 18:25, Travis Oliphant <[email protected]> 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. > That was not even the issue in the end, my initial analysis was wrong. In any case, I have now a new PR that fixes both dtypes.flags value and dtype hashing reported in #2017: https://github.com/numpy/numpy/pull/231 regards, David
_______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
