#17657: Upgrade to Cython 0.22
-------------------------------------+-------------------------------------
Reporter: jdemeyer | Owner:
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-6.5
Component: packages: | Resolution:
standard | Merged in:
Keywords: | Reviewers:
Authors: Jeroen Demeyer | Work issues:
Report Upstream: N/A | Commit:
Branch: | c4a9d24f22cdb833b9a98748008482ae517ef270
u/jdemeyer/ticket/17657 | Stopgaps:
Dependencies: |
-------------------------------------+-------------------------------------
Comment (by jdemeyer):
Replying to [comment:11 robertwb]:
> One tiny nit: declare PySlice_Check as taking an object, not a
`PyObject*`.
I am replacing
{{{
cdef extern from "Python.h":
bint PySlice_Check(PyObject* ob)
...PySlice_Check(<PyObject *>row_index)...
}}}
by
{{{
...isinstance(row_index, slice)...
}}}
Why is that a problem?
--
Ticket URL: <http://trac.sagemath.org/ticket/17657#comment:12>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.