diff options
author | Simon Gibbons <simongibbons@gmail.com> | 2016-03-29 10:43:26 +0100 |
---|---|---|
committer | Simon Gibbons <simongibbons@gmail.com> | 2016-03-29 13:40:56 +0100 |
commit | 163a6f96e81eed44c9c58d54615b5bcbcad67bec (patch) | |
tree | c1465e50c7b3c96aa39198db90c8ba2897a53af9 /numpy/core/numeric.py | |
parent | 75c5af30d7137fd308227028ebdee31dbe841e7f (diff) | |
download | numpy-163a6f96e81eed44c9c58d54615b5bcbcad67bec.tar.gz |
BUG: Fix segfault in PyArray_OrderConverter
This fixes a bug in PyArray_OrderConverter where
if a unicode string is passed in which cannot
be converted to ASCII then Py_DECREF would
be called on a null pointer.
Fixes #7475
Diffstat (limited to 'numpy/core/numeric.py')
0 files changed, 0 insertions, 0 deletions