Currently in 1.9-devel ``` In [45]: type(np.any(np.ones(2,dtype='O'))) Out[45]: int In [46]: type(np.all(np.ones(2,dtype='O'))) Out[46]: int ```