#12951: Support cached_methods on extension types
---------------------------+------------------------------------------------
Reporter: SimonKing | Owner: jason
Type: enhancement | Status: new
Priority: major | Milestone: sage-5.1
Component: misc | Keywords:
Work issues: | Report Upstream: N/A
Reviewers: | Authors:
Merged in: | Dependencies:
Stopgaps: |
---------------------------+------------------------------------------------
In old versions of Cython, one would have seen an error like "arbitrary
decorators are not supported" when attempting to use @cached_method on the
methods of a cdef class. That has now been improved. However, cached
methods would still not work, because an attribute `__module__` is
requested that does not exist.
The aim is to work around that limitation, so that cached methods and
functions genuinely work in Cython.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12951>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.