Ticket #3505 (new defect)
Opened 5 years ago
change ints to Py_ssize_t in various pickling code in sage/matrix
| Reported by: | craigcitro | Owned by: | craigcitro |
|---|---|---|---|
| Priority: | minor | Milestone: | sage-5.10 |
| Component: | linear algebra | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
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.
Note: See
TracTickets for help on using
tickets.
