8000 change ints to Py_ssize_t in various pickling code in sage/matrix · Issue #3505 · sagemath/sage · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
change ints to Py_ssize_t in various pickling code in sage/matrix #3505
Open
@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

    FD
    0