diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2014-02-16 15:07:25 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2014-02-16 15:07:25 -0700 |
commit | ddcb49e5f779a9e42356914b9ec4162b722d4ab0 (patch) | |
tree | c60ddd79ccbeec804ec839ede1ab9858de404f2b /numpy/polynomial/polyutils.py | |
parent | 2868dc4a0513f58eafc013f3ba3d84ae07113199 (diff) | |
download | numpy-ddcb49e5f779a9e42356914b9ec4162b722d4ab0.tar.gz |
BUG: #4256: f2py, PyString_FromStringAndSize is undefined in Python3.
Use PyUString_FromStringAndSize defined in npy_3kcompat instead. Not
using bytes may cause some problems, but strings seem like a better
choice. As modules generated with current f2py error out, this
particular use is not common and we are free to choose.
Closes #4256.
Diffstat (limited to 'numpy/polynomial/polyutils.py')
0 files changed, 0 insertions, 0 deletions