Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 176914 | Differences between
and this patch

Collapse All | Expand All

(-)Numeric-24.2/Src/arrayobject.c (-1 / +1 lines)
Lines 708-714 extern PyObject *PyArray_Return(PyArrayO Link Here
708
}
708
}
709
709
710
static PyObject *
710
static PyObject *
711
array_slice(PyArrayObject *self, int ilow, int ihigh)
711
array_slice(PyArrayObject *self, Py_ssize_t ilow, Py_ssize_t ihigh)
712
{
712
{
713
    PyArrayObject *r;
713
    PyArrayObject *r;
714
    int l;
714
    int l;

Return to bug 176914