Open
Description
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.
Component: linear algebra
Issue created by migration from https://trac.sagemath.org/ticket/3505