Skip to content

change ints to Py_ssize_t in various pickling code in sage/matrix #3505

@craigcitro

Description

@craigcitro

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions