diff options
author | Eric Wieser <wieser.eric@gmail.com> | 2020-02-08 21:00:22 +0000 |
---|---|---|
committer | Eric Wieser <wieser.eric@gmail.com> | 2020-02-08 21:00:22 +0000 |
commit | 2d1e8f38e973f88aeb29dc51caa0f57ab86efc67 (patch) | |
tree | 94eed4a75dbab0e73a11ea5935cdabc643d9cceb /numpy/core/fromnumeric.py | |
parent | 9531e5e1ba37b95f4d3b7f355c2869cab2e139d5 (diff) | |
download | numpy-2d1e8f38e973f88aeb29dc51caa0f57ab86efc67.tar.gz |
BUG, MAINT: Stop using the error-prone deprecated Py_UNICODE apis
These APIs work with either UCS2 or UCS4, depending on the value of `Py_UNICODE_WIDE`.
After python 3.3, there's a better way to handle this type of thing, which means we no longer have to care about this.
Fixes gh-3258
Fixes gh-15363
Diffstat (limited to 'numpy/core/fromnumeric.py')
0 files changed, 0 insertions, 0 deletions