Closed vtraag closed 6 years ago
It seems this the Python C API using PyFloat* and PyLong* do not work correctly anymore for numpy in Python 3. It should be dealt with in a different way for python3 using the number protocol I believe. See also numpy/numpy#2951.
PyFloat*
PyLong*
numpy
It seems this the Python C API using
PyFloat*
andPyLong*
do not work correctly anymore fornumpy
in Python 3. It should be dealt with in a different way for python3 using the number protocol I believe. See also numpy/numpy#2951.