-
由 Gabe Schwartz 提交于
npy_3kcompat redefines old PyString_X to use bytes, but this breaks compatibility with python code expecting new strings. The solution is to use PyUnicode wherever possible instead of PyBytes.
051a6b95
npy_3kcompat redefines old PyString_X to use bytes, but this breaks compatibility with python code expecting new strings. The solution is to use PyUnicode wherever possible instead of PyBytes.