summaryrefslogtreecommitdiff
path: root/numpy/core/src/arrayobject.c
diff options
context:
space:
mode:
authorsasha <sasha@localhost>2006-01-08 05:39:19 +0000
committersasha <sasha@localhost>2006-01-08 05:39:19 +0000
commitb12fbb15a6d920272a7073a4c08cd4a3f57d6d56 (patch)
tree90e291f4b8887354e735ef86874570b6baa8d5ea /numpy/core/src/arrayobject.c
parent158925966f1796d93ab804f3ebecec7b524e70f4 (diff)
downloadnumpy-b12fbb15a6d920272a7073a4c08cd4a3f57d6d56.tar.gz
Fixed the following bug:
>>> from numpy.core.ma import * >>> array(1,mask=0).filled().dtype <type 'object_arrtype'> Now: >>> array(1,mask=0).filled().dtype <type 'int32_arrtype'>
Diffstat (limited to 'numpy/core/src/arrayobject.c')
0 files changed, 0 insertions, 0 deletions