Closed
Description
In https://github.com/numpy/numpy/blob/master/numpy/core/src/multiarray/conversion_utils.c#L131, under the condition nd != len
, there is no exception set. Python requires the converter to set an exception when failure.
In https://github.com/numpy/numpy/blob/master/numpy/core/src/multiarray/conversion_utils.c#L131, under the condition nd != len
, there is no exception set. Python requires the converter to set an exception when failure.