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
gh-39671: fix overflow in Matrix_modn_dense
Replace use of `unsigned int` in matrix indices in favor of `Py_ssize_t`
to avoid overflow.
Fixes#35885
URL: #39671
Reported by: Vincent Delecroix
Reviewer(s): Dima Pasechnik, schmittj, Vincent Delecroix
0 commit comments