diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2012-04-20 22:24:06 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2012-04-21 10:29:10 -0600 |
commit | 32775060950bd0eac622642a3dafb4d758f7e627 (patch) | |
tree | de3b24804ad4e0ac1b5b671a61e9398ff19c7910 /numpy/core/numeric.py | |
parent | d78746bd838761279c666465859a4b650525b422 (diff) | |
download | numpy-32775060950bd0eac622642a3dafb4d758f7e627.tar.gz |
BUG: ticket #1578, fix PyArray_Scalar.
PyArray_Scalar needed to use PyObject_* memory management since the numpy
unicode object inherits tp_alloc from PyUnicode_Type.
Observation: realloc returns null on error and that isn't always checked in
Numpy.
Diffstat (limited to 'numpy/core/numeric.py')
0 files changed, 0 insertions, 0 deletions