diff options
author | Travis Oliphant <oliphant@enthought.com> | 2005-09-26 22:48:42 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2005-09-26 22:48:42 +0000 |
commit | 33f97e1f8751d5f6083ae80fb43f9b3867a5e297 (patch) | |
tree | c4741715b5733c53007c55a3b0e2bb4ffb3860bc /scipy/base/src/arrayobject.c | |
parent | 491a3fd7c49420ab040889a5a11a228a90c0a073 (diff) | |
download | numpy-33f97e1f8751d5f6083ae80fb43f9b3867a5e297.tar.gz |
Return Long integer on size only if necessary.
Diffstat (limited to 'scipy/base/src/arrayobject.c')
-rw-r--r-- | scipy/base/src/arrayobject.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scipy/base/src/arrayobject.c b/scipy/base/src/arrayobject.c index b54a4b8aa..3322b1347 100644 --- a/scipy/base/src/arrayobject.c +++ b/scipy/base/src/arrayobject.c @@ -3694,7 +3694,6 @@ array_size_get(PyArrayObject *self) } - static PyObject * array_typechar_get(PyArrayObject *self) { |