You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are several places where we use cdef int i, j to index into a matrix, where we should be using Py_ssize_t, such as matrix_integer_dense.pyx in the pickle_version_0 code. Also in matrix_rational_dense.pyx, maybe others.